props.d.ts 98 B

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