Type Alias: ComponentFn<C, K>
API / @xmachines/play-svelte / ComponentFn
type ComponentFn<C, K> = Component<BaseComponentProps<InferComponentProps<C, K>>>;Defined in: @json-render/svelte
Component render function type for Svelte
Type Parameters
| Type Parameter |
|---|
C extends Catalog |
K extends keyof InferCatalogComponents<C> |