UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 237 B
import { PopoverProps as UnStyledPopoverProps } from '@sheinx/base'; /** * @title Popover * @sort 1 */ export type PopoverProps = Omit<UnStyledPopoverProps, 'jssStyle'>; export type PopoverPosition = UnStyledPopoverProps['position'];