UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

7 lines (6 loc) 217 B
import { StateMap } from "./types.js"; export declare function initializeAndGetState({ initial, stateIndex, stateMap, }: { initial: any; stateIndex: number; stateMap: StateMap; }): [any, any] | undefined;