UNPKG
@tntsuperman/rjs
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
simple, react, fast JavaScript framework
tntsuperman.github.io/Rjs-homepage/
TNTSuperMan/Rjs
@tntsuperman/rjs
/
dist
/
reactive.d.ts
4 lines
(3 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
export
declare
const
rTarget
:
() =>
[
symbol
,
() =>
void
,
() =>
void
] |
undefined
;
export
declare
const
subscribeReact
:
(
id
:
symbol
,
target
: () =>
void
,
effect
: (() =>
void
)
) =>
void
;
export
declare
const
hook
:
(
target
: () =>
void
,
effect
?: (() =>
void
)
) =>
symbol
;