mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 01:02:49 +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;
|
|
|
|
|