mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-03 06:12:51 +00:00
14 lines
158 B
TypeScript
14 lines
158 B
TypeScript
|
|
|
|
import Gdk30 from '@girs/gdk-3.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Gdk: typeof Gdk30;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|