mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
13 lines
414 B
TypeScript
13 lines
414 B
TypeScript
import RTransitionComponent from './src/index.vue'
|
|
import transitionComponentProps from './src/props'
|
|
|
|
import type * as RTransitionComponentType from './src/types'
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
export type TransitionComponentProps = ExtractPublicPropTypes<
|
|
typeof transitionComponentProps
|
|
>
|
|
export type { RTransitionComponentType }
|
|
|
|
export { RTransitionComponent, transitionComponentProps }
|