website/frontend/src/Ports.elm

8 lines
123 B
Elm
Raw Normal View History

2024-11-25 18:50:12 -06:00
port module Ports exposing (getArgHeight)
port getArgHeight : () -> Cmd msg
port gotArgHeight : (() -> msg) -> Sub msg