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

Interface SystemCommonProps

packages/react/src/constants.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12export const COMMON = compose(styledSystem.space, styledSystem.color, styledSystem.display)
13
14export interface SystemCommonProps
15 extends styledSystem.ColorProps,
16 styledSystem.SpaceProps,
17 styledSystem.DisplayProps {}
18
19// Typography props
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected