UNPKG

@protocraft/core

Version:

A React Framework for building extensible drag and drop page editors

4 lines (3 loc) 206 B
import React from 'react'; import { Node } from '../interfaces'; export declare function parseNodeFromJSX(jsx: React.ReactElement | string, normalize?: (node: Node, jsx: React.ReactElement) => void): Node;