UNPKG

react-photoswipe-gallery

Version:

React component wrapper around PhotoSwipe

4 lines (3 loc) 124 B
import React from 'react'; import { InternalAPI } from './types'; export declare const Context: React.Context<InternalAPI>;