UNPKG

@cran/vue.core

Version:

Cranberry Vue Core Utilities

11 lines (10 loc) 278 B
export interface MountOptions { root?: HTMLElement; bem?: boolean; detect?: boolean; layers?: boolean; transitions?: boolean; } export declare const mount: { install(app: import("@vue/runtime-dom").App<any>, options?: MountOptions | undefined): void; };