UNPKG

payzli-ui

Version:

A custom react components library

5 lines (4 loc) 137 B
import React from "react"; import { IImageProps } from "../../models"; declare const Image: React.FC<IImageProps>; export default Image;