@atlaskit/profilecard
Version:
A React component to display a card with user information.
3 lines (2 loc) • 333 B
TypeScript
/// <reference types="react" />
export declare const ProfileCardLazy: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("../..").ProfilecardProps & import("../../types").AnalyticsProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;