UNPKG

@opensig/opendesign

Version:

50 lines (49 loc) 569 B
const inBoxProps = { /** * 大小 SizeT */ size: { type: String }, /** * 圆角值 RoundT */ round: { type: String }, /** * 颜色类型 Color2T */ color: { type: String, default: "normal" }, /** * 按钮类型 VariantT */ variant: { type: String, default: "outline" }, /** * 是否聚焦 */ focused: { type: Boolean }, /** * 是否禁用 */ disabled: { type: Boolean }, /** * 是否只读 */ readonly: { type: Boolean } }; export { inBoxProps };