UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 142 B
export declare function firstLetState<T>(defaultValue: T | (() => T)): (y: any) => T; export declare function reLetState<T>(): (y: any) => T;