2024-11-09 14:55:41 +08:00

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 }