@sberdevices/plasma-temple
Version:
SberDevices CanvasApp Templates.
5 lines • 353 B
TypeScript
import React from 'react';
import { GalleryProps, GalleryWithNavigationProps } from '../types';
export declare const GalleryIndexContext: React.Context<number>;
export declare const withNavigation: (Component: React.ComponentType<GalleryProps>) => React.ForwardRefExoticComponent<GalleryWithNavigationProps>;
//# sourceMappingURL=withNavigation.d.ts.map