@ionic/vue
Version:
Vue specific wrapper for @ionic/core
6 lines (5 loc) • 512 B
TypeScript
import type { ComponentInternalInstance } from "vue";
export declare const onIonViewWillEnter: (hook: () => any, target?: ComponentInternalInstance | null) => Function;
export declare const onIonViewDidEnter: (hook: () => any, target?: ComponentInternalInstance | null) => Function;
export declare const onIonViewWillLeave: (hook: () => any, target?: ComponentInternalInstance | null) => Function;
export declare const onIonViewDidLeave: (hook: () => any, target?: ComponentInternalInstance | null) => Function;