mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 06:42:48 +00:00
14 lines
154 B
TypeScript
14 lines
154 B
TypeScript
|
|
|
|
import NM10 from '@girs/nm-1.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
NM: typeof NM10;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|