(styles = {})
| 16 | defaultValues:{gap:'8px'}} |
| 17 | |
| 18 | export const getHstackStyle = (styles = {}) => { |
| 19 | const _styles = getPatternStyles(hstackConfig, styles) |
| 20 | return hstackConfig.transform(_styles, patternFns) |
| 21 | } |
| 22 | |
| 23 | export const hstack = (styles) => css(getHstackStyle(styles)) |
| 24 | hstack.raw = getHstackStyle |
no test coverage detected