UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

12 lines (11 loc) 1.36 kB
export declare const tryOnBeforeMount: (handler: () => any) => false | Function | null | undefined; export declare const tryOnMounted: (handler: () => any) => false | Function | null | undefined; export declare const tryOnBeforeUpdate: (handler: () => any) => false | Function | null | undefined; export declare const tryOnUpdated: (handler: () => any) => false | Function | null | undefined; export declare const tryOnBeforeUnmount: (handler: () => any) => false | Function | null | undefined; export declare const tryOnUnmounted: (handler: () => any) => false | Function | null | undefined; export declare const tryOnErrorCaptured: <TError = Error>(handler: (err: TError, instance: import("@vue/runtime-dom").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-dom").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) => void | null; export declare const tryRenderTracked: (handler: (e: import("@vue/reactivity").DebuggerEvent) => void) => false | Function | null | undefined; export declare const tryRenderTriggered: (handler: (e: import("@vue/reactivity").DebuggerEvent) => void) => false | Function | null | undefined; export declare const tryOnActivated: (handler: Function) => void | null; export declare const tryOnDeactivated: (handler: Function) => void | null;