UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

9 lines (8 loc) 216 B
import type { FC } from 'react'; import './index.less'; interface DeptListProps { value: any[]; onSelect: (v: boolean, obj: any) => void; } declare const DeptList: FC<DeptListProps>; export default DeptList;