UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 116 B
import { IWidgetNode } from "./widget.js"; export type IComposite<Props> = (props: Props) => IWidgetNode<any, any>;