index.d.ts 237 B

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