MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / SplitPane

Function SplitPane

packages/jsx/src/components.ts:244–250  ·  view source on GitHub ↗
(props: SplitPaneJsxProps)

Source from the content-addressed store, hash-verified

242}
243
244export function SplitPane(props: SplitPaneJsxProps): VNode {
245 const { children, key, ...rest } = props;
246 return ui.splitPane(
247 withOptionalKey<SplitPaneProps>(rest, key),
248 normalizeContainerChildren(children),
249 );
250}
251
252export function PanelGroup(props: PanelGroupJsxProps): VNode {
253 const { children, key, ...rest } = props;

Callers

nothing calls this directly

Calls 2

withOptionalKeyFunction · 0.85

Tested by

no test coverage detected