UNPKG

@activecollab/components

Version:

ActiveCollab Components

36 lines 1.94 kB
import { CSSTransition } from "react-transition-group"; export declare const StyledSheetIcons: import("styled-components").StyledComponent<"div", any, {}, never>; interface IStyledSheetWrapper { $position?: "center" | "left" | "right"; $mode?: "normal" | "stretch"; } export declare const StyledSheetWrapper: import("styled-components").StyledComponent<"div", any, IStyledSheetWrapper, never>; interface IStyledSheetWrapperPaper { paperClass?: string; } export declare const StyledSheetWrapperPaper: import("styled-components").StyledComponent<"div", any, IStyledSheetWrapperPaper, never>; export declare const StyledSheetControlsTop: import("styled-components").Keyframes; export declare const StyledSheetControlsBottom: import("styled-components").Keyframes; export declare const StyledSheetControlsCenterIn: import("styled-components").Keyframes; export declare const StyledSheetControlsCenterOut: import("styled-components").Keyframes; interface IStyledAnimatedSpan { $mode: string; $state?: string; $maxDurationIn: number; $maxDurationOut: number; $durationOut: number; $durationIn: number; $disabled?: boolean; } export declare const StyledAnimatedSpan: import("styled-components").StyledComponent<"span", any, IStyledAnimatedSpan, never>; export declare const StyledCssTransition: import("styled-components").StyledComponent<typeof CSSTransition, any, { $direction: string; }, never>; export declare const StyledListSeparator: import("styled-components").StyledComponent<{ ({ className, ...props }: import("react").HTMLAttributes<HTMLDivElement>): import("react").JSX.Element; displayName: string; }, any, {}, never>; export declare const StyledIconsWrapperSmall: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledHeader: import("styled-components").StyledComponent<"div", any, {}, never>; export {}; //# sourceMappingURL=Styles.d.ts.map