UNPKG

carpooluikit

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