UNPKG

reactjs-tiptap-editor

Version:

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

3 lines (2 loc) 157 B
export declare function safeJSONParse(str: any, defaultValue?: {}): any; export declare function safeJSONStringify(obj: any, defaultValue?: string): string;