mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
initial commit
This commit is contained in:
14
vendor/texthooker-ui/src/global.d.ts
vendored
Normal file
14
vendor/texthooker-ui/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
documentPictureInPicture: {
|
||||
requestWindow: (arg?: {
|
||||
height?: number;
|
||||
width?: number;
|
||||
preferInitialWindowPlacement?: boolean;
|
||||
}) => Promise<Window | undefined>;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
||||
|
||||
Reference in New Issue
Block a user