props.d.ts 94 B

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