| 12 | export const COMMON = compose(styledSystem.space, styledSystem.color, styledSystem.display) |
| 13 | |
| 14 | export interface SystemCommonProps |
| 15 | extends styledSystem.ColorProps, |
| 16 | styledSystem.SpaceProps, |
| 17 | styledSystem.DisplayProps {} |
| 18 | |
| 19 | // Typography props |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected