mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-11 12:13:04 +00:00
14 lines
178 B
TypeScript
14 lines
178 B
TypeScript
|
|
|
|
import Dbusmenu04 from '@girs/dbusmenu-0.4';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Dbusmenu: typeof Dbusmenu04;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|