@sberdevices/plasma-temple
Version:
SberDevices CanvasApp Templates.
6 lines • 480 B
TypeScript
import React from 'react';
import { AnyObject } from '../../types';
import { GalleryProps, GalleryWithNavigationProps } from './types';
export declare function Gallery<T extends AnyObject>({ items, onItemClick, Component, children, className, }: GalleryProps<T>): React.ReactElement;
export declare const GalleryWithNavigation: <T extends Record<string, any> = Record<string, any>>(props: GalleryWithNavigationProps<T>) => React.ReactElement;
//# sourceMappingURL=Gallery.d.ts.map