@atlaskit/profilecard
Version:
A React component to display a card with user information.
6 lines (5 loc) • 432 B
TypeScript
import React from 'react';
import { type AnalyticsProps, type ProfilecardProps } from '../../types';
export declare const ProfilecardInternal: (props: ProfilecardProps & AnalyticsProps) => React.JSX.Element | null;
declare const _default: React.ForwardRefExoticComponent<Omit<ProfilecardProps & AnalyticsProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>;
export default _default;