MCPcopy Create free account
hub / github.com/adobe/react-spectrum / gridTrackSize

Function gridTrackSize

packages/@react-spectrum/s2/style/spectrum-theme.ts:550–552  ·  view source on GitHub ↗
(value: GridTrackSize)

Source from the content-addressed store, hash-verified

548};
549
550let gridTrackSize = (value: GridTrackSize) => {
551 return typeof value === 'number' ? size(value) : value;
552};
553
554const transitionProperty = {
555 // var(--gp) is generated by the backgroundImage property when setting a gradient.

Callers 1

gridTrackFunction · 0.70

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected