UNPKG

@activecollab/components

Version:

ActiveCollab Components

11 lines 688 B
interface StyledToastMessageProps { $type: "error" | "success" | "general" | "warning"; $dropShadow?: boolean; } export declare const StyledToastMessage: import("styled-components").StyledComponent<"div", any, StyledToastMessageProps, never>; export declare const StyledToastMessageText: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledCloseSmallIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & { gradient?: string; }, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>; export {}; //# sourceMappingURL=Styles.d.ts.map