UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

11 lines (9 loc) 331 B
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" } }; export { UiLoadingPropsOption }; //# sourceMappingURL=loading.mjs.map