Skip to content

Commit bda5ff1

Browse files
committed
chore: fix missing type import
1 parent 7c8b126 commit bda5ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/src/apiCustomElement.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
type ComponentInjectOptions,
33
type ComponentInternalInstance,
4+
type ComponentObjectPropsOptions,
45
type ComponentOptions,
56
type ComponentOptionsMixin,
67
type ComponentOptionsWithArrayProps,

0 commit comments

Comments
 (0)