Files
TheaninovOS/desktops/hyprland/ags/node_modules/@girs/atk-1.0/atk-1.0-import.d.ts
2023-11-15 16:09:26 +01:00

14 lines
158 B
TypeScript

import Atk10 from '@girs/atk-1.0';
declare global {
export interface GjsGiImports {
Atk: typeof Atk10;
}
}
export default GjsGiImports;