UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

10 lines (8 loc) 231 B
const UiFormItemPropsOption = { prop: { type: String }, label: { type: String }, width: { type: Number }, direction: { type: String, default: "row" } }; export { UiFormItemPropsOption }; //# sourceMappingURL=index.mjs.map