UNPKG

recharts

Version:
6 lines (5 loc) 256 B
import * as React from 'react'; export declare function AllZIndexPortals({ children, isPanorama }: { children?: React.ReactNode; isPanorama: boolean; }): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;