UNPKG

denwa-react-shared

Version:
4 lines (3 loc) 111 B
import { ImageProps } from 'antd'; import { FC } from 'react'; export declare const BaseImage: FC<ImageProps>;