props.d.ts 96 B

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