element-plus
Version: 
A Component Library for Vue 3
10 lines (9 loc) • 688 B
TypeScript
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, "success" | "warning" | "info" | "primary" | "danger", unknown>;
};
export declare type BadgeProps = ExtractPropTypes<typeof badgeProps>;