UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

4 lines (3 loc) 227 B
import type { IPropStack, IWidgetNode } from "./types/index.js"; export declare function propsValue(data: any): any; export declare function extractProps<P extends IPropStack>(provider: IWidgetNode<any, any> | HTMLElement): P;