import { PopupType, PopupActionType } from '../../build/Providers/shared/Popup/types'; export interface PopoverProps extends PopupType { /** * Set the actions inside the component, each these action has predefined style and position */ actions?: PopupActionType; }