mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
14 lines
207 B
TypeScript
14 lines
207 B
TypeScript
|
|
|
|
declare module 'gi://Gvc?version=1.0' {
|
|
import Gvc10 from '@girs/gvc-1.0';
|
|
export default Gvc10;
|
|
}
|
|
|
|
declare module 'gi://Gvc' {
|
|
import Gvc10 from '@girs/gvc-1.0';
|
|
export default Gvc10;
|
|
}
|
|
|
|
|