UNPKG

@atlaskit/mention

Version:

A React component used to display user profiles in a list for 'Mention' functionality

8 lines (7 loc) 272 B
import type { NewCoreIconProps } from '@atlaskit/icon'; import { type LazyExoticComponent } from 'react'; declare const AsyncLockCircleIcon: LazyExoticComponent<{ (props: NewCoreIconProps): JSX.Element; displayName: string; }>; export default AsyncLockCircleIcon;