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 Divider from "./Divider.mjs"; import { props as dividerProps } from "./props.mjs"; withInstall(Divider); withPropsDefaultsSetter(Divider, dividerProps); const _DividerComponent = Divider; var stdin_default = Divider; export { _DividerComponent, stdin_default as default, dividerProps };