UNPKG

birdpaper-ui

Version:

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

3 lines (2 loc) 155 B
/** 弹出位置 */ export declare type TriggerPosition = "top" | "bottom" | "left" | "right" | "left-top" | "left-bottom" | "right-top" | "right-bottom";