element-plus
Version:
A Component Library for Vue 3
10 lines (9 loc) • 670 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const badgeProps: {
readonly value: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
readonly max: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 99, boolean>;
readonly isDot: BooleanConstructor;
readonly hidden: BooleanConstructor;
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "danger", boolean>;
};
export declare type BadgeProps = ExtractPropTypes<typeof badgeProps>;