@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
13 lines (12 loc) • 413 B
JavaScript
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
import { props as radioGroupProps } from "./props.mjs";
import RadioGroup from "./RadioGroup.mjs";
withInstall(RadioGroup);
withPropsDefaultsSetter(RadioGroup, radioGroupProps);
const _RadioGroupComponent = RadioGroup;
var stdin_default = RadioGroup;
export {
_RadioGroupComponent,
stdin_default as default,
radioGroupProps
};