UNPKG

@difizen/magent-au

Version:
8 lines 352 B
import type { ModalItem, ModalItemProps } from '@difizen/mana-app'; import './index.less'; export declare const KnowledgeModalComponent: (props: ModalItemProps<{ type: 'create' | 'edit'; knowledge_id?: string; }>) => import("react/jsx-runtime.js").JSX.Element; export declare const KnowledgeModal: ModalItem; //# sourceMappingURL=modal.d.ts.map