mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 19:22:55 +00:00
11 lines
260 B
TypeScript
11 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`
|
|
|
|
|
|
|