UNPKG

@aliretail/react-materials-components

Version:
7 lines (6 loc) 251 B
import * as React from 'react'; export declare const registerConditionComponent: (mapList: Array<{ key: string; component: React.ComponentType; }>) => void; export declare const getConditionComponent: (key: string) => React.ComponentType<{}>;