UNPKG

photoswipe

Version:
7 lines (6 loc) 272 B
/** @type {UIElementData} */ export const arrowPrev: UIElementData; /** @type {UIElementData} */ export const arrowNext: UIElementData; export type UIElementData = import('./ui-element.js').UIElementData; export type PhotoSwipe = import('../photoswipe.js').default;