mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 11:12:57 +00:00
14 lines
207 B
TypeScript
14 lines
207 B
TypeScript
|
|
|
|
declare module 'gi://Gio?version=2.0' {
|
|
import Gio20 from '@girs/gio-2.0';
|
|
export default Gio20;
|
|
}
|
|
|
|
declare module 'gi://Gio' {
|
|
import Gio20 from '@girs/gio-2.0';
|
|
export default Gio20;
|
|
}
|
|
|
|
|