mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 08:12:49 +00:00
14 lines
158 B
TypeScript
14 lines
158 B
TypeScript
|
|
|
|
import Gio20 from '@girs/gio-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Gio: typeof Gio20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|