MCPcopy
hub / github.com/system-ui/theme-ui / makeStyles

Function makeStyles

packages/css/src/utils.ts:13–13  ·  view source on GitHub ↗
(styles: T)

Source from the content-addressed store, hash-verified

11 * assignable to ThemeStyles while preserving its exact type.
12 */
13export const makeStyles = <T extends ThemeStyles>(styles: T): T => styles
14
15export const makeColorsScale = <T extends ColorModesScale>(colors: T) => colors

Callers 3

index.tsFile · 0.90
utils.tsFile · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…