mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-03 06:12:51 +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;
|
|
|
|
|