website/frontend/src/Ports.elm
2024-11-25 18:50:12 -06:00

7 lines
123 B
Elm

port module Ports exposing (getArgHeight)
port getArgHeight : () -> Cmd msg
port gotArgHeight : (() -> msg) -> Sub msg