12 lines
173 B
TypeScript
12 lines
173 B
TypeScript
|
|
import GObject20 from '@girs/gobject-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
GObject: typeof GObject20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|