DocsAPI referenceHeadlessmerge-props

merge-props headless API

The core connector and vanilla mount are always visible. Use the framework choice to inspect native composition, props, outputs, context and hooks for the selected adapter.

@grassroot/ui-headless-core/merge-props

Core connector and vanilla API

1 exports
View source packages/ui-headless/core/src/merge-props.ts

mergeProps

value
DeclarationView source
mergePropsts
export declare const mergeProps: MergeProps;
Name
Kind
Type
Requirement
internal
parameter
PartProps
required
consumer
parameter
PartProps
required
options
parameter
{ onProtectedOverride?: (key: string) => void; }
optional
return
return value
PartProps
n/a
Name
internal
Kind
parameter
Type
PartProps
Requirement
required
Name
consumer
Kind
parameter
Type
PartProps
Requirement
required
Name
options
Kind
parameter
Type
{ onProtectedOverride?: (key: string) => void; }
Requirement
optional
Name
return
Kind
return value
Type
PartProps
Requirement
n/a

Framework adapters

Each panel keeps its adapter's public vocabulary. React compound exports, Vue composables, standalone Angular declarations, Svelte components, and Solid hooks stay native to their framework.

This entry is core-only. No framework adapter package ships for merge-props yet — mount it through the vanilla API above.