UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

13 lines (12 loc) 380 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Loading from "./Loading.mjs"; import { props as loadingProps } from "./props.mjs"; withInstall(Loading); withPropsDefaultsSetter(Loading, loadingProps); const _LoadingComponent = Loading; var stdin_default = Loading; export { _LoadingComponent, stdin_default as default, loadingProps };