UNPKG

@udecode/plate-ui-mention

Version:

Media embed UI for Plate

5 lines 287 B
/// <reference types="react" /> import { Value } from '@udecode/plate-common'; import { MentionElementProps } from './MentionElement.types'; export declare const MentionElement: <V extends Value>(props: MentionElementProps<V>) => JSX.Element; //# sourceMappingURL=MentionElement.d.ts.map