props.d.ts 227 B

1234567
  1. /**
  2. * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
  3. * updated at 2022-01-11 17:36:12
  4. * */
  5. import { TdCellProps } from './type';
  6. declare const props: TdCellProps;
  7. export default props;