UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

6 lines (5 loc) 171 B
import React from 'react'; export declare const ProfileCardWrapper: ({ children, testId, }: { children: React.ReactNode; testId?: string; }) => React.JSX.Element;