UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 154 B
/// <reference types="react" /> import { ImageProps } from './image.type'; declare const Image: (props: ImageProps) => JSX.Element; export default Image;