mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 03:32:54 +00:00
14 lines
166 B
TypeScript
14 lines
166 B
TypeScript
|
|
|
|
import Pango10 from '@girs/pango-1.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
Pango: typeof Pango10;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|