chore(core): add missing generic

This commit is contained in:
braks
2023-07-10 18:43:42 +02:00
committed by Braks
parent 55de815a39
commit 0b60cc3c3e

View File

@@ -1,7 +1,8 @@
import { defineComponent, h } from 'vue'
import SmoothStepEdge from './SmoothStepEdge'
import type { StepEdgeProps } from '~/types'
const StepEdge = defineComponent({
const StepEdge = defineComponent<StepEdgeProps>({
name: 'StepEdge',
props: [
'sourcePosition',