UNPKG

react-text-editor-kit

Version:

React Text Editor Kit is a customizable rich text editor component for React applications. It provides a flexible and easy-to-use interface for users to create and edit content with various formatting options. And also easy to integrate in react applicati

47 lines (46 loc) 3.15 kB
export { default as SelectAll } from "./SVGImages/SelectAll"; export { default as LineHeightIcon } from "./SVGImages/LineHeightIcon"; export { default as ColorPickerIcon } from "./SVGImages/ColorPickerIcon"; export { default as BackgroundColorIcon } from "./SVGImages/BackgroundColorIcon"; export { default as TextColorUpperIcon } from "./SVGImages/TextColorUpperIcon"; export { default as FontSizeIcon } from "./SVGImages/FontSizeIcon"; export { default as FontFamilyIcon } from "./SVGImages/FontFamilyIcon"; export { default as HorizontalLineIcon } from "./SVGImages/HorizontalLineIcon"; export { default as PrintIcon } from "./SVGImages/PrintIcon"; export { default as PreviewIcon } from "./SVGImages/PreviewIcon"; export { default as EmptyFileIcon } from "./SVGImages/EmptyFileIcon"; export { default as FileUploadIcon } from "./SVGImages/FileUploadIcon"; export { default as FullscreenExit } from "./SVGImages/FullscreenExit"; export { default as FullscreenIcon } from "./SVGImages/FullscreenIcon"; export { default as SpecialCharIcon } from "./SVGImages/SpecialCharIcon"; export { default as CrossImage } from "./SVGImages/CrossImage"; export { default as BlockQuote } from "./SVGImages/BlockQuote"; export { default as LTRIcon } from "./SVGImages/LTRIcon"; export { default as RTLIcon } from "./SVGImages/RTLIcon"; export { default as OrderdList } from "./SVGImages/OrderdList"; export { default as UnorderdList } from "./SVGImages/UnorderdList"; export { default as BgColorIcon } from "./SVGImages/BgColorIcon"; export { default as TextColorIcon } from "./SVGImages/TextColorIcon"; export { default as UnderlineIcon } from "./SVGImages/UnderlineIcon"; export { default as ClearFormatting } from "./SVGImages/ClearFormatting"; export { default as SuperscriptIcon } from "./SVGImages/SuperscriptIcon"; export { default as SubscriptIcon } from "./SVGImages/SubscriptIcon"; export { default as RedoIcon } from "./SVGImages/RedoIcon"; export { default as UndoIcon } from "./SVGImages/UndoIcon"; export { default as LinkIcon } from "./SVGImages/LinkIcon"; export { default as ItalicIcon } from "./SVGImages/ItalicIcon"; export { default as DecreaseIndentIcon } from "./SVGImages/DecreaseIndentIcon"; export { default as IncreaseIndentIcon } from "./SVGImages/IncreaseIndentIcon"; export { default as ImageIcon } from "./SVGImages/ImageIcon"; export { default as VideoIcon } from "./SVGImages/VideoIcon"; export { default as BoldIcon } from "./SVGImages/BoldIcon"; export { default as CodeIcon } from "./SVGImages/CodeIcon"; export { default as AlignRight } from "./SVGImages/AlignRight"; export { default as AlignJustify } from "./SVGImages/AlignJustify"; export { default as AlignCenter } from "./SVGImages/AlignCenter"; export { default as AlignLeft } from "./SVGImages/AlignLeft"; export { default as RemoveLinkIcon } from "./SVGImages/RemoveLinkIcon"; export { default as UnlockIcon } from "./SVGImages/UnlockIcon"; export { default as LockIcon } from "./SVGImages/LockIcon"; export { default as CropIcon } from "./SVGImages/CropIcon"; export { default as loader_img } from "./SVGImages/loader.gif";