@udecode/plate-ui-mention
Version:
Media embed UI for Plate
6 lines • 412 B
TypeScript
import { Value } from '@udecode/plate-common';
import { MentionElementStyleProps } from './MentionElement.types';
export declare const getMentionElementStyles: <V extends Value>(props: MentionElementStyleProps<V>) => {
root: import("@udecode/plate-styled-components").Style;
} & Record<"root", import("@udecode/plate-styled-components").Style | undefined>;
//# sourceMappingURL=MentionElement.styles.d.ts.map