elm-native-library/elm-native-js/CustomElement.res
2023-01-11 14:44:56 +05:30

3 lines
106 B
Plaintext

@module("./custom")
external withCustomElements: (. Obj.t, Types.handler) => Obj.t = "withCustomElements"