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.
10 lines
688 B
10 lines
688 B
11 months ago
|
import type { ExtractPropTypes } from 'vue';
|
||
|
export declare const badgeProps: {
|
||
|
readonly value: import("element-plus/es/utils/props").BuildPropReturn<readonly [StringConstructor, NumberConstructor], "", unknown, unknown, unknown>;
|
||
|
readonly max: import("element-plus/es/utils/props").BuildPropReturn<NumberConstructor, 99, unknown, unknown, unknown>;
|
||
|
readonly isDot: BooleanConstructor;
|
||
|
readonly hidden: BooleanConstructor;
|
||
|
readonly type: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
||
|
};
|
||
|
export declare type BadgeProps = ExtractPropTypes<typeof badgeProps>;
|