various-ui
Version:
This is a test version of the Vue 3 component library
13 lines (10 loc) • 365 B
JavaScript
;
const UiLoadingPropsOption = {
message: { type: String, default: "\u52A0\u8F7D\u4E2D" },
visible: { type: Boolean, default: false },
zIndex: { type: Number },
mode: { type: String, default: "absolute" },
icon: { type: String, default: "loading" }
};
exports.UiLoadingPropsOption = UiLoadingPropsOption;
//# sourceMappingURL=loading.js.map