UNPKG

@activecollab/components

Version:

ActiveCollab Components

13 lines 1.03 kB
/// <reference types="react" /> export declare const StyledChildrenWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledWrapper: import("styled-components").StyledComponent<"div", any, { $expanded: boolean; }, never>; export declare const StyledTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography").IBodyProps & Omit<import("../Typography/Typography").ITypographyProps, "variant" | "weight"> & import("react").RefAttributes<HTMLDivElement>>, any, { $readOnly: boolean; }, never>; export declare const StyledDividerLine: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledCollapseExpandSingleIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, { $expanded: boolean; }, never>; //# sourceMappingURL=Styles.d.ts.map