chore(core): add missing generic
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
import { defineComponent, h } from 'vue'
|
import { defineComponent, h } from 'vue'
|
||||||
import SmoothStepEdge from './SmoothStepEdge'
|
import SmoothStepEdge from './SmoothStepEdge'
|
||||||
|
import type { StepEdgeProps } from '~/types'
|
||||||
|
|
||||||
const StepEdge = defineComponent({
|
const StepEdge = defineComponent<StepEdgeProps>({
|
||||||
name: 'StepEdge',
|
name: 'StepEdge',
|
||||||
props: [
|
props: [
|
||||||
'sourcePosition',
|
'sourcePosition',
|
||||||
|
|||||||
Reference in New Issue
Block a user