props.d.ts 203 B

123456
  1. /**
  2. * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
  3. * */
  4. import { TdCountDownProps } from './type';
  5. declare const props: TdCountDownProps;
  6. export default props;