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