UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

7 lines (6 loc) 199 B
import React from 'react'; import { type AnalyticsFunction } from '../../types'; declare const _default: (props: { analytics: AnalyticsFunction; }) => React.JSX.Element; export default _default;