UNPKG

@difizen/magent-au

Version:
15 lines 547 B
import type { ModalItem, ModalItemProps } from '@difizen/mana-app'; import type { ToolMeta } from '../protocol.js'; import './index.less'; interface ToolSelectProps { dataProvider: { tool: ToolMeta[]; }; onChange?: (tool: ToolMeta[]) => void; expandAll?: boolean; rowSelectionType: string; } export declare const ToolsModalComponent: (props: ModalItemProps<ToolSelectProps>) => import("react/jsx-runtime.js").JSX.Element | null; export declare const ToolsModal: ModalItem; export {}; //# sourceMappingURL=modal.d.ts.map