UNPKG

@v4fire/client

Version:

V4Fire client core library

21 lines (16 loc) 495 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ import type { VNodeDirective } from 'core/component/engines'; import type { ResizeWatcherInitOptions } from 'core/dom/resize-observer'; export * from 'core/dom/resize-observer/interface'; export interface DirectiveOptions extends VNodeDirective { modifiers: { [key: string]: boolean; }; value?: CanArray<ResizeWatcherInitOptions>; }