props.d.ts 102 B

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