UNPKG

react-portal-dialog

Version:

React Portal Dialog is an Awesome Customizable and Draggable Modal.

7 lines (6 loc) 153 B
import React, { FC } from 'react'; interface IProps { bodyStyle: React.CSSProperties; } export declare const Draggable: FC<IProps>; export {};