Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useLinkProps
Function · 0.85
Calls
2
resolvedActiveProps
Function · 0.85
resolvedInactiveProps
Function · 0.85
Tested by
no test coverage detected