Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / molecules / ImageGallery / renderProps.d.ts
Size: Mime:
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 };