UNPKG

profile-plus

Version:

12 lines (11 loc) 356 B
import { ReactNode } from 'react'; import { Person } from '../shapes/Person.js'; export declare const ProfilePreview: import("lincd/utils/LinkedComponent").LinkedComponent<{ onClick?: any; subText?: string; className?: string; badgeOption?: ReactNode; showData: boolean; rightIcon?: ReactNode; leftIcon?: ReactNode; }, Person>;