mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
14 lines
158 B
TypeScript
14 lines
158 B
TypeScript
|
|
|
|
import Gtk30 from '@girs/gtk-3.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Gtk: typeof Gtk30;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|