UNPKG

carpooluikit

Version:
5 lines (4 loc) 130 B
import React from "react"; import { ImageProps } from "./types"; declare const Image: React.FC<ImageProps>; export default Image;