GoScrobble/web/node_modules/reactjs-popup/dist/index.d.ts

6 lines
237 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import React from 'react';
import { PopupProps, PopupActions } from './types';
import './index.css';
export declare const Popup: React.ForwardRefExoticComponent<PopupProps & React.RefAttributes<PopupActions>>;
export default Popup;