react-native-cn-richtext-editor
Version:
RichText Editor for React-Native
10 lines (9 loc) • 323 B
TypeScript
declare const _default: {
test(value: any): boolean;
serialize(node: any, config: any, indentation: any, depth: any, refs: any, printer: any): string;
};
/**
* A pretty-format plugin for React's FiberNode objects, which are very large trees that are too
* large and verbose to print.
*/
export default _default;