UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

18 lines 382 B
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; import { selectProps } from "ant-design-vue/es/select"; export var SelectProps = _objectSpread(_objectSpread({}, selectProps()), {}, { /** * 宽度 */ width: { type: String, default: '200px' }, /** * 是否支持搜索 */ filterable: { type: Boolean, default: false } });