sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
17 lines (16 loc) • 875 B
TypeScript
import { type RadioInputProps } from './common';
declare const _default: import("vue").DefineComponent<RadioInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:model-value": (value: any) => any;
change: (value: any) => any;
"update:visible": (visible: boolean) => any;
}, string, import("vue").PublicProps, Readonly<RadioInputProps> & Readonly<{
"onUpdate:model-value"?: ((value: any) => any) | undefined;
onChange?: ((value: any) => any) | undefined;
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
}>, {
options: import("../radio/common").RadioGroupOption[];
type: import("../radio/common").IconType;
valueOnClear: () => any;
validateEvent: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;