UNPKG
compone
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
0.0.0
Ⓒ❶
github.com/lokkasio/compone
lokkasio/compone
compone
/
src
/
define.d.ts
2 lines
(1 loc)
•
92 B
TypeScript
View Raw
1
2
export
function
define<
API
>(
identifier
:
string
,
connectedCb
:
(
host
:
Element
) =>
API
):
void
;