@amsterdam/bmi-component-library
Version:
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
27 lines • 1.92 kB
TypeScript
/// <reference types="react" />
export declare const FileListTitleStyle: import("styled-components").StyledComponent<"h6", any, {
theme: import("@amsterdam/asc-ui").Theme.ThemeInterface;
}, never>;
export declare const FileListStyle: import("styled-components").StyledComponent<"ul", any, {}, never>;
export declare const FileListItemStyle: import("styled-components").StyledComponent<"li", any, {}, never>;
export declare const FileListItemPreviewWrapperStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const FileListItemImagePreviewStyle: import("styled-components").StyledComponent<"img", any, {}, never>;
export declare const FileNameStyle: import("styled-components").StyledComponent<"span", any, {
hasClickListener: boolean;
}, never>;
export declare const FileNameErrorStyle: import("styled-components").StyledComponent<"span", any, {
theme: import("@amsterdam/asc-ui").Theme.ThemeInterface;
}, never>;
export declare const FileListItemButtonStyle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
as?: import("react").ElementType<any> | undefined;
forwardedAs?: import("react").ElementType<any> | undefined;
iconLeft?: import("react").ReactNode;
iconRight?: import("react").ReactNode;
icon?: import("react").ReactNode;
iconSize?: number | undefined;
taskflow?: boolean | undefined;
} & import("@amsterdam/asc-ui/lib/components/Button/ButtonStyle").ButtonStyleProps & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, any, {}, never>;
export declare const FileProgressBarStyle: import("styled-components").StyledComponent<"progress", any, {
theme: import("@amsterdam/asc-ui").Theme.ThemeInterface;
}, never>;
//# sourceMappingURL=FileListStyles.d.ts.map