Skip to main content

Variable: BUILTIN_MESSAGES

const BUILTIN_MESSAGES: Readonly<Record<string, MessageCatalog>>;

Defined in: messages.ts:511

The code-split element components are NOT re-exported here.

docs/06 §16 gives them their own entry points — @rasd/react/elements/{matrix,rank,geo,media,barcode,signature,search-select} — and that is not a stylistic preference. A re-export from this module is a static edge, and a bundler that can reach a component statically will not defer it however the registry asks for it with import(). Measured: with them on this entry, 78.3 kB loaded before first paint and 4.3 kB sat in chunks; without, the split is real.

A host that wants to subclass or wrap one imports it from its own entry point, and pays for exactly the one it named.