UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 391 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as skeletonProps } from "./props.mjs"; import Skeleton from "./Skeleton.mjs"; withInstall(Skeleton); withPropsDefaultsSetter(Skeleton, skeletonProps); const _SkeletonComponent = Skeleton; var stdin_default = Skeleton; export { _SkeletonComponent, stdin_default as default, skeletonProps };