Skip to content

fix(index): fixed missing Note import

There was a missing import in ./index.d.ts, causing builds to fail with a TS2304: Cannot find name 'Note' error.

Merge request reports