UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

12 lines (11 loc) 424 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 }; export declare namespace Portal { type Props = PortalProps; } export declare namespace OptionalPortal { type Props = OptionalPortalProps; }