UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

52 lines (51 loc) 1.47 kB
declare const RadioGroup: import("../utils/withInstall").WithInstall<import("vue").DefineComponent<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; square: { type: BooleanConstructor; default: null; }; horizontal: { type: BooleanConstructor; default: boolean; }; checkedColor: { type: StringConstructor; default: null; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; square: { type: BooleanConstructor; default: null; }; horizontal: { type: BooleanConstructor; default: boolean; }; checkedColor: { type: StringConstructor; default: null; }; }>>, { disabled: boolean; modelValue: string | number; square: boolean; checkedColor: string; horizontal: boolean; }>>; export default RadioGroup; export * from './src/constants';