UNPKG

box-ui-elements

Version:
14 lines (13 loc) 305 B
export declare enum BadgeType { DEFAULT = "default", INFO = "info", WARNING = "warning", HIGHLIGHT = "highlight", ERROR = "error", ALERT = "alert", SUCCESS = "success" } export type ExtendedBadgeProps = { /** Additional class to the component */ className?: string; };