MCPcopy
hub / github.com/TanStack/router / resolvedStyle

Function resolvedStyle

packages/solid-router/src/link.tsx:440–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438 .join(' ')
439
440 const resolvedStyle = () => ({
441 ...local.style,
442 ...resolvedActiveProps().style,
443 ...resolvedInactiveProps().style,
444 })
445
446 return Solid.mergeProps(
447 propsSafeToSpread,

Callers 1

useLinkPropsFunction · 0.85

Calls 2

resolvedActivePropsFunction · 0.85
resolvedInactivePropsFunction · 0.85

Tested by

no test coverage detected