Created
April 10, 2021 19:52
-
-
Save weianofsteel/6babbbd715215919449d8301b5db3202 to your computer and use it in GitHub Desktop.
text editor#3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inline: { | |
inDropdown: false, | |
className: undefined, | |
component: undefined, | |
dropdownClassName: undefined, | |
options: ['bold', 'italic', 'underline', 'strikethrough', 'monospace', 'superscript', 'subscript'], | |
bold: { icon: bold, className: undefined }, | |
italic: { icon: italic, className: undefined }, | |
underline: { icon: underline, className: undefined }, | |
strikethrough: { icon: strikethrough, className: undefined }, | |
monospace: { icon: monospace, className: undefined }, | |
superscript: { icon: superscript, className: undefined }, | |
subscript: { icon: subscript, className: undefined }, | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment