UNPKG

petals-ui

Version:
12 lines (9 loc) 254 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 };