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

Function Layers

packages/jsx/src/components.ts:223–226  ·  view source on GitHub ↗
(props: LayersJsxProps)

Source from the content-addressed store, hash-verified

221}
222
223export function Layers(props: LayersJsxProps): VNode {
224 const { children, key, ...rest } = props;
225 return ui.layers(withOptionalKey<LayersProps>(rest, key), normalizeContainerChildren(children));
226}
227
228export function FocusZone(props: FocusZoneJsxProps): VNode {
229 const { children, key, ...rest } = props;

Callers

nothing calls this directly

Calls 2

withOptionalKeyFunction · 0.85

Tested by

no test coverage detected