UNPKG

yg-my-lib

Version:

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

4 lines (3 loc) 132 B
import { FC } from 'react'; import { IDynamicTableProps } from './type'; export declare const DynamicTable: FC<IDynamicTableProps>;