UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

28 lines (27 loc) 581 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const types$1 = require("../_components/in-input/types.js"); const types = require("../_components/in-box/types.js"); const { size, round, color, variant } = types.inBoxProps; const inputProps = { ...types$1.inInputProps, size, round, color, variant, /** * 输入框的值 * v-model */ modelValue: { type: [String, Number] }, /** * 输入框的默认值 * 非受控 */ defaultValue: { type: [String, Number] } }; exports.inputProps = inputProps;