types(runtime-core): make this void in emits validator (#1842)
This commit is contained in:
@@ -106,7 +106,7 @@ export interface ComponentOptionsBase<
|
||||
components?: Record<string, PublicAPIComponent>
|
||||
directives?: Record<string, Directive>
|
||||
inheritAttrs?: boolean
|
||||
emits?: E | EE[]
|
||||
emits?: (E | EE[]) & ThisType<void>
|
||||
|
||||
// Internal ------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user