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