UNPKG

react-best-modal

Version:

Simple is best. Accessible out of the box, tiny api, bring your own styles.

9 lines (8 loc) 218 B
/// <reference types="react" /> import * as React from 'react'; export interface Props { children: React.ReactNode; } export default class Portal extends React.Component<Props> { render(): React.ReactPortal; }