initial commit

This commit is contained in:
2026-02-09 19:04:19 -08:00
commit f92b57c7b6
531 changed files with 196294 additions and 0 deletions

14
vendor/texthooker-ui/src/global.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
declare global {
interface Window {
documentPictureInPicture: {
requestWindow: (arg?: {
height?: number;
width?: number;
preferInitialWindowPlacement?: boolean;
}) => Promise<Window | undefined>;
};
}
}
export { };