props.d.ts 112 B

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