UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 203 B
import { AnySupport } from './AnySupport.type.js'; import { StateMemory } from '../state/StateMemory.type.js'; export declare function checkStateMismatch(config: StateMemory, support: AnySupport): void;