nixos/home/ags/node_modules/@girs/gjs/cairo.d.cts
2024-06-13 00:09:21 +02:00

10 lines
260 B
TypeScript

// TODO: See ./cairo-1.0.d.ts
declare const Cairo: any;
export default Cairo;
// TODO declare named exports here, cairo doesn't have named exports for its esm module but for cjs we can use `const { Context } = imports.cairo` for that, see `./cairo.js`