UNPKG

170 BTypeScriptView Raw
1import React from 'react';
2import type { DialogV2Props } from './types';
3declare const Dialog: (props: DialogV2Props) => React.JSX.Element | null;
4export default Dialog;