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