UNPKG

@activecollab/components

Version:

ActiveCollab Components

7 lines 276 B
import { BadgeProps } from "./Badge"; type StyledBadgeProps = Partial<BadgeProps> & { hasLabel?: boolean; }; export declare const StyledBadge: import("styled-components").StyledComponent<"div", any, StyledBadgeProps, never>; export {}; //# sourceMappingURL=Styles.d.ts.map