Appearance
type Elements = Record<string, ElementType>;
Defined in: renderer/type.ts:12
Registry of available elements.
Maps string identifiers to React components.
1.0.0
Simon Kovtyk