XiaoDaiGua-Ray cda4216493 v4.4.0
2023-11-25 11:36:32 +08:00

9 lines
264 B
TypeScript

import RTransitionComponent from './src/index.vue'
import transitionComponentProps from './src/props'
import type * as RTransitionComponentType from './src/type'
export type { RTransitionComponentType }
export { RTransitionComponent, transitionComponentProps }