UNPKG

mui-tiptap

Version:

A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap

5 lines (4 loc) 167 B
/** * Truncate the middle of the given text, if it's longer than the given length. */ export default function truncateMiddle(text: string, length?: number): string;