@procore/core-react
Version:
React library of Procore Design Guidelines
28 lines (27 loc) • 4.33 kB
TypeScript
/// <reference types="react" />
import { VariableSizeGrid } from 'react-window';
export declare const StyledCheckbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../Checkbox").CheckboxProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Checkbox").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
export declare const StyledGroupCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
export declare const StyledThumbnail: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(import("../_utils/polymorphic").Polymorphic.ComponentPropsWithRef<import("../Thumbnail/Thumbnail.types").ThumbnailPolyMap, "figure", never, import("../Thumbnail").BaseThumbnailProps> | import("../_utils/polymorphic").Polymorphic.ComponentPropsWithRef<import("../Thumbnail/Thumbnail.types").ThumbnailPolyMap, "checkbox", never, import("../Thumbnail").BaseThumbnailProps & {
onChange?: ((isSelected: boolean) => void) | undefined;
}> | ({
role?: undefined;
} & import("../Thumbnail").BaseThumbnailProps & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
}) | (import("../Thumbnail").BaseThumbnailProps & {
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
})) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<(<Role extends import("../Thumbnail").ThumbnailRoles>(props: import("../Thumbnail").ThumbnailProps<Role> | (import("../Thumbnail").BaseThumbnailProps & {
ref?: import("../Thumbnail").ThumbnailRef<Role> | undefined;
})) => import("react").JSX.Element) & {
Placeholder: <Role_1 extends import("../Thumbnail").ThumbnailRoles>(props: import("../Thumbnail").ThumbnailPlaceholderProps<Role_1> | (import("../Thumbnail").BaseThumbnailPlaceholderProps & {
ref?: import("../Thumbnail").ThumbnailRef<Role_1> | undefined;
})) => import("react").JSX.Element;
}, keyof import("react").Component<any, {}, any>>;
export declare const StyledVariableSizeGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react-window").VariableSizeGridProps<unknown> & import("react").RefAttributes<VariableSizeGrid<unknown>>, never>> & string & Omit<typeof VariableSizeGrid, keyof import("react").Component<any, {}, any>>;
export declare const StyledGroupTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").HTMLAttributes<HTMLSpanElement> & import("..").TypographyProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & import("..").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, keyof import("react").Component<any, {}, any>>;
export declare const StyledSpinnerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
export declare const StyledThumbnailGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;