UNPKG

@udecode/plate-ui-mention

Version:

Media embed UI for Plate

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