props.d.ts 94 B

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