mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 08:12:49 +00:00
14 lines
158 B
TypeScript
14 lines
158 B
TypeScript
|
|
|
|
import Atk10 from '@girs/atk-1.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Atk: typeof Atk10;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|