Skip to content

Commit 31b851f

Browse files
committed
fix: typo
1 parent 2be4467 commit 31b851f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/runtime-vapor/src/apiDefineComponent.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import type {
2121
ExtractDefaultPropTypes,
2222
ExtractPropTypes,
2323
ReservedProps,
24-
SlotsType,
2524
TypeEmitsToOptions,
2625
VNode,
2726
} from '@vue/runtime-dom'
@@ -81,7 +80,7 @@ export type DefineVaporComponent<
8180
export type DefineVaporSetupFnComponent<
8281
Props extends Record<string, any> = {},
8382
Emits extends EmitsOptions = {},
84-
Slots extends SlotsType = SlotsType,
83+
Slots extends StaticSlots = StaticSlots,
8584
Exposed extends Record<string, any> = Record<string, any>,
8685
TypeBlock extends Block = Block,
8786
ResolvedProps extends Record<string, any> = Props &

0 commit comments

Comments
 (0)