UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 106 B
import { IState } from "./types/index.js"; export declare function createState<T>(initial: T): IState<T>;