mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-13 03:18:50 +03:00
3 lines
106 B
Plaintext
3 lines
106 B
Plaintext
@module("./custom")
|
|
external withCustomElements: (. Obj.t, Types.handler) => Obj.t = "withCustomElements"
|