UNPKG

@procore/core-react

Version:
7 lines (6 loc) 939 B
/// <reference types="react" /> import type { PlaceholderItemProps, RoundPlaceholderItemProps } from './GhostPlaceholder.types'; export declare const PlaceholderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PlaceholderItemProps>> & string; export declare const RoundPlaceholderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof PlaceholderItemProps> & PlaceholderItemProps, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined; }, RoundPlaceholderItemProps>> & string;