UNPKG

@steambrew/client

Version:
8 lines (7 loc) 279 B
import { FC, ImgHTMLAttributes } from 'react'; interface SuspensefulImageProps extends ImgHTMLAttributes<HTMLImageElement> { suspenseWidth?: string | number; suspenseHeight?: string | number; } export declare const SuspensefulImage: FC<SuspensefulImageProps>; export {};