UNPKG

@nwebui/react-niagara-px

Version:
8 lines (7 loc) 222 B
import { FC } from "react"; import { WidgetProps } from "./Widget"; declare const widgets: { [key: string]: FC<WidgetProps>; }; export default widgets; export declare function findWidget(type: string): FC<any>;