export type { NotificationProps } from './props'; /** 不同弹出位置类型 */ export type NotificationPlacement = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';