UNPKG

profile-pics

Version:

14 lines (13 loc) 513 B
import React from 'react'; import { Person } from '../shapes/Person.js'; export declare const CurrentPhotoContext: React.Context<{ currentPhoto: number; setCurrentPhoto: (num: number) => void; }>; interface ProfilePicturesClickthroughProps { className?: string; clickThroughPhotos?: boolean; onClick?: (e: React.MouseEvent) => void; } export declare const ProfilePicturesClickthrough: import("lincd/utils/LinkedComponent").LinkedComponent<ProfilePicturesClickthroughProps, Person>; export {};