UNPKG

textcrafter

Version:

TextCrafter: A modern, customizable rich text editor for React. Supports rich formatting, media embedding and real-time collaboration. Ideal for content creators.

9 lines (8 loc) 221 B
import { FC } from "react"; interface AlignJustifyIconProps { className?: string; width?: number; height?: number; } declare const AlignJustifyIcon: FC<AlignJustifyIconProps>; export default AlignJustifyIcon;