@activecollab/components
Version:
ActiveCollab Components
11 lines • 1.06 kB
TypeScript
import { ButtonProps } from "../Button";
export declare const StyledValueButtonLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("..").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("..").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 | undefined;
} & import("react").RefAttributes<HTMLButtonElement>>, any, IStyledValueButton, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map