UNPKG

@contentstack/json-rte-serializer

Version:

This Package converts Html Document to Json and vice-versa.

4 lines (3 loc) 227 B
import { IHtmlToJsonOptions, IAnyObject } from './types'; export declare const fromRedactor: (el: any, options?: IHtmlToJsonOptions) => IAnyObject | null; export declare const getNestedValueIfAvailable: (value: string) => any;