elm-native-library/elm-native-js/CustomElement.res

3 lines
106 B
Plaintext
Raw Normal View History

2023-01-06 16:51:13 +03:00
@module("./custom")
external withCustomElements: (. Obj.t, Types.handler) => Obj.t = "withCustomElements"