| 36 | export const BORDER = compose(styledSystem.border, styledSystem.shadow) |
| 37 | |
| 38 | export interface SystemBorderProps extends styledSystem.BorderProps, styledSystem.ShadowProps {} |
| 39 | |
| 40 | // Layout props |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected