props.d.ts 98 B

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