UNPKG

@procore/core-react

Version:
9 lines (8 loc) 1.44 kB
/// <reference types="react" /> export declare const StyledFileListDownloadAll: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("..").LinkButtonProps & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & { ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined; }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("..").LinkButtonProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>; export declare const StyledFileListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string; export declare const StyledFileListItemDownloadIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("..").LinkButtonProps & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & { ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined; }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("..").LinkButtonProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;