UNPKG

petals-ui

Version:
10 lines (9 loc) 262 B
import { NumberOrString, ColorType } from '../../basic'; interface IBadgeComponent { readonly count: NumberOrString; readonly max: number; readonly text: string; readonly dot: boolean; readonly color: ColorType; } export { IBadgeComponent };