UNPKG

loadable-image

Version:
12 lines (11 loc) 490 B
import { CSSProperties, ReactNode } from 'react'; interface Props { style: CSSProperties; className?: string; children?: ReactNode; } export declare const Placeholder: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>; export declare const absolute: CSSProperties; export declare const FallbackLoader: import("react/jsx-runtime").JSX.Element; export declare const FallbackError: import("react/jsx-runtime").JSX.Element; export {};