UNPKG

237 BTypeScriptView Raw
1import React from 'react';
2import { PopupProps, PopupActions } from './types';
3import './index.css';
4export declare const Popup: React.ForwardRefExoticComponent<PopupProps & React.RefAttributes<PopupActions>>;
5export default Popup;