Extract display mirror handling from component
This commit is contained in:
parent
efed46a42c
commit
83ebdd9012
4 changed files with 56 additions and 49 deletions
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
|
@ -6,4 +6,8 @@ export declare global {
|
|||
Events: Events;
|
||||
NativeShell: any;
|
||||
}
|
||||
|
||||
interface DocumentEventMap {
|
||||
'viewshow': CustomEvent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue