UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 151 B
/** Used for variables that need to remain the same variable during render passes */ export declare function state<T>(defaultValue: T | (() => T)): T;