@kelvininc/ui-components
Version:
Kelvin UI Components
8 lines (7 loc) • 311 B
TypeScript
import { EBadgeState } from '../badge/badge.types';
export interface IButtonIcon {
/** (optional) Defines button's badge label. If set, an badge will be displayed in the end of action icon button.*/
badgeLabel?: string;
/** (optional) Defines button's badge type. */
badgeState?: EBadgeState;
}