mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-17 22:16:25 +00:00
14 lines
158 B
TypeScript
14 lines
158 B
TypeScript
|
|
|
|
import Gvc10 from '@girs/gvc-1.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Gvc: typeof Gvc10;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|