mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 16:52:50 +00:00
14 lines
174 B
TypeScript
14 lines
174 B
TypeScript
|
|
|
|
import GObject20 from '@girs/gobject-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
GObject: typeof GObject20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|