UNPKG

reactjs-tiptap-editor

Version:

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

8 lines (7 loc) 194 B
export declare const getRandomColor: () => string; /** * @param hexCode * @param opacity * @returns */ export declare function convertColorToRGBA(hexCode: string, opacity?: number): string;