props.d.ts 233 B

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