UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

5 lines (4 loc) 279 B
/** 气泡确认类型 */ export declare type PopconfirmType = "info" | "success" | "warning" | "danger"; /** 气泡确认框弹出位置 */ export declare type PopconfirmPosition = "top" | "bottom" | "left" | "right" | "left-top" | "left-bottom" | "right-top" | "right-bottom";