UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 473 B
export { Popover } from './Popover'; export { PopoverDropdown } from './PopoverDropdown/PopoverDropdown'; export { PopoverTarget } from './PopoverTarget/PopoverTarget'; export type { PopoverFactory, PopoverProps, __PopoverProps, PopoverStylesNames } from './Popover'; export type { PopoverTargetProps } from './PopoverTarget/PopoverTarget'; export type { PopoverDropdownProps } from './PopoverDropdown/PopoverDropdown'; export type { PopoverWidth } from './Popover.types';