mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 06:34:12 +08:00
9 lines
264 B
TypeScript
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 }
|