props.d.ts 100 B

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