props.d.ts 100 B

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