@activecollab/components
Version:
ActiveCollab Components
12 lines • 732 B
TypeScript
/// <reference types="react" />
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 | undefined;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map