Interface: RenderContextType
Defined in: types/index.ts:96
Context type for the render system. Provides access to registered components throughout the component tree.
RenderContextType
Properties
components
components:
RegisteredComponents
Defined in: types/index.ts:97
Map of registered components available for rendering
assets
assets:
AnyObject
Defined in: types/index.ts:98