@activecollab/components
Version:
ActiveCollab Components
9 lines • 713 B
TypeScript
/// <reference types="react" />
export declare const StyledTag: import("styled-components").StyledComponent<"div", any, {}, never>;
interface IStyledTagDot {
$showText?: boolean;
}
export declare const StyledTagDot: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Dot").DotProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof import("../Dot").DotProps> & import("react").RefAttributes<HTMLDivElement>>, any, IStyledTagDot, never>;
export declare const StyledTagText: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map