import { Badge } from "./badge";
export type { BadgeFill, BadgeDotSize, TaroBadgeProps as BadgeProps, } from "../../types";
export default Badge;
