12 lines
238 B
TypeScript
12 lines
238 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;
|
|
}
|
|
|
|
|