index.d.ts 166 B

1234
  1. import * as React from 'react';
  2. import type { IDialogPropTypes } from '../IDialogPropTypes';
  3. declare const Dialog: React.FC<IDialogPropTypes>;
  4. export default Dialog;