mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 11:12:57 +00:00
14 lines
239 B
TypeScript
14 lines
239 B
TypeScript
|
|
|
|
declare module 'gi://GObject?version=2.0' {
|
|
import GObject20 from '@girs/gobject-2.0';
|
|
export default GObject20;
|
|
}
|
|
|
|
declare module 'gi://GObject' {
|
|
import GObject20 from '@girs/gobject-2.0';
|
|
export default GObject20;
|
|
}
|
|
|
|
|