UNPKG

yg-my-lib

Version:

这是一个测试的库,未正式使用

3 lines (2 loc) 160 B
import { IDynamicTreeProps } from './type'; export declare const DynamicTree: ({ data, checkable, onCheck }: IDynamicTreeProps) => import("react").JSX.Element;