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