UNPKG

mui-tiptap

Version:

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

12 lines (11 loc) 471 B
/** * A modified version of the BorderColor icon from @mui/icons-material, with * the horizontal bar below the pencil removed. * * This allows us to control/render the color of the bar independently, via a * separate icon (mui-tipap's FormatColorBar). */ declare const BorderColorNoBar: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & { muiName: string; }; export default BorderColorNoBar;