import { PopoverProps as UnStyledPopoverProps } from '@sheinx/base'; /** * @title Popover * @sort 1 */ export type PopoverProps = Omit; export type PopoverPosition = UnStyledPopoverProps['position'];