mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 01:02:49 +00:00
14 lines
207 B
TypeScript
14 lines
207 B
TypeScript
|
|
|
|
declare module 'gi://Atk?version=1.0' {
|
|
import Atk10 from '@girs/atk-1.0';
|
|
export default Atk10;
|
|
}
|
|
|
|
declare module 'gi://Atk' {
|
|
import Atk10 from '@girs/atk-1.0';
|
|
export default Atk10;
|
|
}
|
|
|
|
|