props.d.ts 92 B

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