Current section

Files

Jump to
sprocket include docs@components@events_counter_ButtonProps.hrl
Raw

include/docs@components@events_counter_ButtonProps.hrl

-record(button_props, {
class :: gleam@option:option(binary()),
label :: binary(),
on_click :: fun(() -> nil)
}).