UNPKG

@activecollab/components

Version:

ActiveCollab Components

12 lines 1.1 kB
/// <reference types="react" /> import { ButtonProps } from "../Button"; export declare const StyledValueButtonLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography").IBodyProps & Omit<import("../Typography/Typography").ITypographyProps, "variant" | "weight"> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>; export declare const StyledValueButtonValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography").IBodyProps & Omit<import("../Typography/Typography").ITypographyProps, "variant" | "weight"> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>; interface IStyledValueButton extends ButtonProps { $active?: boolean; } export declare const StyledValueButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ButtonProps & { children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLButtonElement>>, any, IStyledValueButton, never>; export {}; //# sourceMappingURL=Styles.d.ts.map