UNPKG

react-modal-promise

Version:
4 lines (3 loc) 200 B
import React from 'react'; import { ContainerRef, ContainerProps } from './types'; export declare const Container: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<ContainerRef>>;