vue-intlayer
Version:
Easily internationalize i18n your Vue applications with type-safe multilingual content management.
11 lines • 484 B
TypeScript
/**
* Hook that intercepts clicks in the iframe and sends them to the parent window
* This allows the parent window to know when the iframe is clicked
*/
export declare const useIframeClickInterceptor: () => void;
/**
* Hook for the parent window to listen for iframe clicks and merge them
* This makes iframe clicks behave as if they happened in the parent window
*/
export declare const useIframeClickMerger: () => void;
//# sourceMappingURL=useIframeClickInterceptor.d.ts.map