We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448358e commit 6aa2256Copy full SHA for 6aa2256
packages/runtime-core/src/apiDefineComponent.ts
@@ -31,9 +31,9 @@ export type PublicProps = VNodeProps &
31
ComponentCustomProps
32
33
export type DefineComponent<
34
- PropsOrPropOptions = any,
35
- RawBindings = any,
36
- D = any,
+ PropsOrPropOptions = {},
+ RawBindings = {},
+ D = {},
37
C extends ComputedOptions = ComputedOptions,
38
M extends MethodOptions = MethodOptions,
39
Mixin extends ComponentOptionsMixin = ComponentOptionsMixin,
0 commit comments