UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 166 B
import type { CSSMotionProps } from './transition'; declare const collapseMotion: (name?: string, appear?: boolean) => CSSMotionProps; export default collapseMotion;