UNPKG

nutui-uniapp

Version:

京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)

10 lines (8 loc) 193 B
export const animationName = { center: 'fade', top: 'slide-down', bottom: 'slide-up', left: 'slide-left', right: 'slide-right', } export type Position = (keyof typeof animationName)