UNPKG

reactjs-tiptap-editor

Version:

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React

6 lines (5 loc) 157 B
interface IconCProps { fill?: string; } export declare function IconColorFill({ fill }: IconCProps): import("react/jsx-runtime").JSX.Element; export {};