mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 16:52:50 +00:00
14 lines
178 B
TypeScript
14 lines
178 B
TypeScript
|
|
|
|
import HarfBuzz00 from '@girs/harfbuzz-0.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
HarfBuzz: typeof HarfBuzz00;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|