@amsterdam/bmi-component-library
Version:
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
21 lines • 1.5 kB
TypeScript
/// <reference types="react" />
import type { StyledComponent } from 'styled-components';
export declare const FileUploadStyle: StyledComponent<'div', any, React.HTMLProps<HTMLDivElement>>;
export declare const FileUploadPlaceholderWrapper: StyledComponent<"div", any, {}, never>;
export declare const FileUploadPlaceholderTextCss: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<{
theme: import("@amsterdam/asc-ui").Theme.ThemeInterface;
}, any>>;
export declare const FileUploadPlaceholderStyle: StyledComponent<"span", any, {}, never>;
export declare const FileUploadSelectFilesButtonStyle: 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, {
theme: import("@amsterdam/asc-ui").Theme.ThemeInterface;
}, never>;
export declare const FileUploadContentStyle: StyledComponent<"div", any, {}, never>;
//# sourceMappingURL=FileUploadStyles.d.ts.map