You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
659 B
9 lines
659 B
import type { ExtractPropTypes } from 'vue';
|
|
export declare const radioButtonProps: {
|
|
readonly name: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
readonly size: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", false, "" | "small" | "default" | "large", never>;
|
|
readonly disabled: BooleanConstructor;
|
|
readonly label: import("element-plus/es/utils/props").BuildPropReturn<(BooleanConstructor | StringConstructor | NumberConstructor)[], string, unknown, unknown, unknown>;
|
|
};
|
|
export declare type RadioButtonProps = ExtractPropTypes<typeof radioButtonProps>;
|