UNPKG

@yamada-ui/portal

Version:

Yamada UI portal component

8 lines (5 loc) 167 B
import { FC, PropsWithChildren } from 'react'; declare const DefaultPortal: FC<PropsWithChildren<{ appendToParentPortal: boolean; }>>; export { DefaultPortal };