mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 11:12:57 +00:00
14 lines
162 B
TypeScript
14 lines
162 B
TypeScript
|
|
|
|
import Xlib20 from '@girs/xlib-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
xlib: typeof Xlib20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|