UNPKG

ajsfw

Version:
6 lines (5 loc) 208 B
import { IViewComponentState } from "./IViewComponentState"; export interface IViewComponentStateMethods { setState?(state: {} & IViewComponentState): void; clearState?(render: boolean): void; }