props.d.ts 104 B

123
  1. import { TdCountDownProps } from './type';
  2. declare const props: TdCountDownProps;
  3. export default props;