Choose the package
Typical imports
Public reference boundaries
This reference includes the public authoring surface only. It intentionally excludes discovery and location APIs that are not part of the supported Expresso authoring surface, plus JNI/V8 implementation types, generated binding internals, and development-only buses. Deprecated APIs are omitted from new examples. Existing compatibility aliases are documented only when consumers may still encounter them.Source of truth
The declarations are curated from the public re-exports in the NAPPS CLI packages:D:\Napps\napps-cli\packages\nodes\src\index.tsD:\Napps\napps-cli\packages\component-extension\src\index.ts- Their generated declaration inputs under each package’s
src/generateddirectory.
Coverage map
Maintaining this reference
When a CLI declaration changes:- Re-run the CLI type synchronization flow.
- Compare the public package exports with this tab.
- Update the relevant signature, accepted values, and example together.
- Run
mint broken-linksand a Mintlify preview before publishing.