UNPKG

@tntsuperman/rjs

Version:

simple, react, fast JavaScript framework

4 lines (3 loc) 265 B
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;