UNPKG

@geneui/components

Version:

The Gene UI components library designed for BI tools

5 lines (4 loc) 195 B
import { FC } from 'react'; import { IImagePreviewProps } from './ImagePreview'; declare const ImagePreviewHOC: FC<IImagePreviewProps>; export { IImagePreviewProps, ImagePreviewHOC as default };