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

Interface SystemTypographyProps

packages/react/src/constants.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28export const TYPOGRAPHY = compose(styledSystem.typography, whiteSpace)
29
30export interface SystemTypographyProps extends styledSystem.TypographyProps {
31 whiteSpace?: 'normal' | 'nowrap' | 'pre' | 'pre-wrap' | 'pre-line'
32}
33
34// Border props
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected