export type BadgeOffsetProp = number | string | [number, number] | [string, string];
