Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { ImageGalleryProps, ListProps } from './typings';
declare function defaultRenderItem(item: ListProps): JSX.Element;
declare function defaultRenderList(props: ImageGalleryProps): React.ReactNode[];
declare function defaultRenderWrapper(props: ImageGalleryProps): JSX.Element;
export { defaultRenderWrapper, defaultRenderItem, defaultRenderList };