UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

17 lines (15 loc) 527 B
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 }; export { UiButtonEmits, UiButtonPropsOption }; //# sourceMappingURL=index.mjs.map