UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 347 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as rateProps } from "./props.mjs"; import Rate from "./Rate.mjs"; withInstall(Rate); withPropsDefaultsSetter(Rate, rateProps); const _RateComponent = Rate; var stdin_default = Rate; export { _RateComponent, stdin_default as default, rateProps };