diff --git a/types/options.d.ts b/types/options.d.ts index 19c339f7450..de2305c240a 100644 --- a/types/options.d.ts +++ b/types/options.d.ts @@ -214,7 +214,7 @@ export interface ComponentOptions< renderTracked?(e: DebuggerEvent): void renderTriggerd?(e: DebuggerEvent): void - directives?: { [key: string]: DirectiveFunction | DirectiveOptions } + directives?: { [key: string]: FunctionDirective | ObjectDirective | DirectiveFunction | DirectiveOptions } components?: { [key: string]: | {}