UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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() });