UNPKG

@dr.pogodin/react-global-state

Version:
7 lines (6 loc) 176 B
export default class SsrContext<StateT> { state?: StateT | undefined; dirty: boolean; pending: Array<Promise<void>>; constructor(state?: StateT | undefined); }