mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-12-29 17:36:57 +08:00
10 lines
260 B
TypeScript
10 lines
260 B
TypeScript
import RFlow from './src/Flow'
|
|
import flowProps from './src/props'
|
|
import { useFlow } from './src/hooks'
|
|
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
export type FlowProps = ExtractPublicPropTypes<typeof flowProps>
|
|
|
|
export { RFlow, flowProps, useFlow }
|