UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines 331 B
import { anyType, booleanType, someType, stringType } from '../_util/type'; export const flexProps = () => ({ prefixCls: stringType(), vertical: booleanType(), wrap: stringType(), justify: stringType(), align: stringType(), flex: someType([Number, String]), gap: someType([Number, String]), component: anyType() });