mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
14 lines
194 B
TypeScript
14 lines
194 B
TypeScript
|
|
|
|
import DbusmenuGtk304 from '@girs/dbusmenugtk3-0.4';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
DbusmenuGtk3: typeof DbusmenuGtk304;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|