UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 358 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as spaceProps } from "./props.mjs"; import Space from "./Space.mjs"; withInstall(Space); withPropsDefaultsSetter(Space, spaceProps); const _SpaceComponent = Space; var stdin_default = Space; export { _SpaceComponent, stdin_default as default, spaceProps };