UNPKG

@kelvininc/ui-components

Version:
12 lines (11 loc) 243 B
export interface IBadge { /** (optional) Defines the badge state.*/ state?: EBadgeState; } export declare enum EBadgeState { None = "none", Info = "info", Warning = "warning", Error = "error", Success = "success" }