Extract display mirror handling from component

This commit is contained in:
Bill Thornton 2023-05-18 11:28:16 -04:00
parent efed46a42c
commit 83ebdd9012
4 changed files with 56 additions and 49 deletions

4
src/global.d.ts vendored
View file

@ -6,4 +6,8 @@ export declare global {
Events: Events;
NativeShell: any;
}
interface DocumentEventMap {
'viewshow': CustomEvent;
}
}