UNPKG

@atlaskit/mention

Version:

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

15 lines (14 loc) 634 B
import { type StyledComponent } from '@emotion/styled'; import type { Theme } from '@emotion/react'; import type { DetailedHTMLProps, HTMLAttributes } from 'react'; export interface MentionPickerStyleProps { visible?: boolean | string; } export declare const MentionPickerStyle: StyledComponent<{ theme?: Theme; as?: React.ElementType; } & MentionPickerStyleProps, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const MentionPickerInfoStyle: StyledComponent<{ theme?: Theme; as?: React.ElementType; }, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;