UNPKG

@activecollab/components

Version:

ActiveCollab Components

19 lines 1.29 kB
/// <reference types="react" /> export declare const StyledButton: import("styled-components").StyledComponent<"button", any, {}, never>; export declare const StyledMenu: import("styled-components").StyledComponent<import("react").FC<import("../../Menu").IMenu>, any, {}, never>; export declare const StyledButtonGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { invalid?: boolean | undefined; } & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>; export declare const StyledSpan: import("styled-components").StyledComponent<"span", any, {}, never>; interface StyledDiv { $isTargetable: boolean; $isRounded: boolean; $mode: string; $alwaysShowDate: boolean; } export declare const StyledDiv: import("styled-components").StyledComponent<"div", any, StyledDiv, never>; export declare const StyledControl: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../IconButton").IconButtonProps & { children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>; export {}; //# sourceMappingURL=Styles.d.ts.map