UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 188 B
import React from 'react'; import { ImageProps } from './type'; declare const Image: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>; export { Image };