UNPKG

@wufengteam/baguaeditor

Version:

低零融合编辑器封装

10 lines (9 loc) 228 B
import type { FC } from 'react'; interface Props { applyData?: any; onOk?: () => void; onCancel?: () => void; type?: string; } declare const AssignPermission: FC<Props>; export default AssignPermission;