UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

13 lines (12 loc) 596 B
export declare const StyledFileLinkContainer: import("styled-components").StyledComponent<"div", any, {}, never>; interface StyledFileUploadStatusRowProps { upperPadding?: boolean; lowerPadding?: boolean; onlyRow?: boolean; } export declare const StyledFileUploadStatusRow: import("styled-components").StyledComponent<"div", any, StyledFileUploadStatusRowProps, never>; interface StyledFileUploadStatusProps { hasError: boolean; } export declare const StyledFileUploadStatus: import("styled-components").StyledComponent<"div", any, StyledFileUploadStatusProps, never>; export {};