UNPKG

mui-tiptap

Version:

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

3 lines (2 loc) 94 B
/** Convert a string to a URL slug. */ export default function slugify(text: string): string;