hashbrown

ExposedComponent

API

ExposedComponent
@typeT
{
    new (...args: any[]): any;
}
children
'any' | 'text' | ExposedComponent<any>[] | false
component
T
description
string
fallback
Type<{
        partialProps?: Signal<Record<string, JsonResolvedValue>>;
    }>
name
string
props
ComponentPropSchema<T>
providers
Provider[]