export type XORSrcPath = { src: string; pathKey?: never; } | { src?: never; pathKey: string; }; export type LightboxItem = XORSrcPath & { type: string; name: string; thumbnail?: string; group?: string; enableZoom?: boolean; openFile?: boolean; download?: boolean; }; //# sourceMappingURL=lightbox.types.d.ts.map