UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 166 B
import { StateConfig } from "./state.utils.js"; export declare class StateEchoBack { } export declare function getCallbackValue<T>(callback: StateConfig<T>): [T, T];