UNPKG

@onwave/ui

Version:
12 lines (11 loc) 277 B
import { NextPage } from "next"; declare type Props = { src: string; mobileSrc?: string; tabletSrc?: string; alt: string; width: number; height: number; }; declare const RawResponsiveImage: NextPage<Props>; export default RawResponsiveImage;