UNPKG

@schema-render/search-table-react

Version:
10 lines (9 loc) 265 B
import type { IObjectAny } from '@schema-render/core-react'; import type { FC } from 'react'; interface IProps { imgList: string[]; imgProps?: IObjectAny; groupProps?: IObjectAny; } declare const ImagesPreview: FC<IProps>; export default ImagesPreview;