UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

12 lines (9 loc) 266 B
'use strict'; const UiFormItemPropsOption = { prop: { type: String }, label: { type: String }, width: { type: Number }, direction: { type: String, default: "row" } }; exports.UiFormItemPropsOption = UiFormItemPropsOption; //# sourceMappingURL=index.js.map