UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

6 lines (5 loc) 154 B
import React from 'react'; export { Overlay } from './StyledUI'; export declare function Portal({ children }: { children: any; }): React.JSX.Element;