UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

20 lines (17 loc) 584 B
'use strict'; const UiButtonPropsOption = { nativeType: { type: String, default: "button" }, disabled: { type: Boolean, default: false }, readonly: { type: Boolean, default: false }, loading: { type: Boolean, default: false }, simple: { type: Boolean, default: false }, width: { type: [String, Number] }, type: { type: String, default: "info" }, size: { type: String, default: "default" } }; const UiButtonEmits = { click: (_ev) => true }; exports.UiButtonEmits = UiButtonEmits; exports.UiButtonPropsOption = UiButtonPropsOption; //# sourceMappingURL=index.js.map