MCPcopy
hub / github.com/chakra-ui/ark / createSplitProps

Function createSplitProps

packages/solid/src/utils/create-split-props.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7export const createSplitProps =
8 <Target extends Record<never, never>>() =>
9 <Keys extends (keyof Target)[], Props extends Target = Target>(props: Props, keys: Keys & EnsureKeys<Keys, Target>) =>
10 splitProps(props, keys)

Callers 15

NumberInputRootProviderFunction · 0.90
NumberInputRootFunction · 0.90
SplitterResizeTriggerFunction · 0.90
SplitterRootFunction · 0.90
SplitterRootProviderFunction · 0.90
SplitterPanelFunction · 0.90
ProgressViewFunction · 0.90
ProgressRootProviderFunction · 0.90
ProgressRootFunction · 0.90
PasswordInputRootFunction · 0.90
HighlightFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected