import { ObjectDirective } from 'vue'; export interface DirectiveHooks extends Omit {} export interface BaseDirectivePassThroughOptions { hooks?: DirectiveHooks; }