UNPKG

@onwave/ui

Version:
10 lines (9 loc) 251 B
/// <reference types="react" /> export declare const ResponsiveImage: import("react").ComponentType<{ src: string; mobileSrc?: string | undefined; tabletSrc?: string | undefined; alt: string; width: number; height: number; }>;