UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

5 lines (4 loc) 126 B
import { StateWidget } from "./hooks/index.js"; export function createState(initial) { return new StateWidget(initial); }