import type { PopupPosition } from '../popup/types';
export type NotifyPosition = PopupPosition;
export type NotifyType = 'base' | 'danger' | 'primary' | 'success' | 'warning';
