cosmo-ui
Version:
Common React components
9 lines (7 loc) • 309 B
text/typescript
import { ColumnShortcutProps } from '../interfaces'
import { FLEX_SHORTCUT_PROPS } from './flex'
export const COLUMN_SHORTCUT_PROPS: ColumnShortcutProps = {
...FLEX_SHORTCUT_PROPS,
column: { key: 'flexDirection', propIsValue: true },
columnReverse: { key: 'flexDirection', propIsValue: true },
}