UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 276 B
import type { OptionalPortalProps } from './OptionalPortal'; import type { BasePortalProps, PortalProps } from './Portal'; export { Portal } from './Portal'; export { OptionalPortal } from './OptionalPortal'; export type { PortalProps, BasePortalProps, OptionalPortalProps };