Files

4 lines
98 B
TypeScript

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