UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

10 lines (9 loc) 281 B
import React from 'react'; export declare type RootPortalProps = { containerClassName?: string; children?: React.ReactNode; show?: boolean; usePortal?: boolean; }; declare const RootPortal: (props: RootPortalProps) => JSX.Element | null; export default RootPortal;