UNPKG

uni-wot-ui-plus

Version:

🦄基于uni-ui的二次封装的uniapp组件库

10 lines (8 loc) 242 B
export type Position = 'center' | 'top' | 'bottom' | 'left' | 'right' export const animationName: Record<Position, any> = { center: 'fade', top: 'slide-down', bottom: 'slide-up', left: 'slide-left', right: 'slide-right' }