UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

10 lines (9 loc) 676 B
import type { ExtractPropTypes } from 'vue'; export declare const badgeProps: { readonly value: import("code-monkey-ui/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>; readonly max: import("code-monkey-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 99, boolean>; readonly isDot: BooleanConstructor; readonly hidden: BooleanConstructor; readonly type: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "danger", boolean>; }; export declare type BadgeProps = ExtractPropTypes<typeof badgeProps>;