MCPcopy
hub / github.com/primer/react / SxProp

Interface SxProp

packages/react/src/sx.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26export type BetterSystemStyleObject = BetterCssProperties | SystemStyleObject | CSSCustomProperties | CSSSelectorObject
27
28export interface SxProp {
29 sx?: BetterSystemStyleObject
30}
31
32const sx = (props: SxProp) => css(props.sx)
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected