props.d.ts 100 B

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