@native-systems/ui
v1.0.10
Published
Stuff for native systems projects. Yes, it's public.
Downloads
325
Readme
Native systems UI components
Limitations
The .d.ts plugin that we use in the build process flattens type definitions instead of merging them. This applies severe limitations to the source code:
- Every export in every TypeScript file considered exported from the package (i.e. part of public API). Mark internal exports (internal API) with @internal jsdoc tag to prevent this, or declare internal modules with internal option.
- Default exports supported only at the top level and in entry points (see below).
- Exported symbols should be unique across the code base.
- Exports should not be renamed when re-exporting them.
Aliasing is still possible.
