props.d.ts 98 B

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