UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 136 B
import * as React from 'react'; import { ImageProps } from 'rc-image'; declare const Image: React.FC<ImageProps>; export default Image;