UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 200 B
import type { NodeKey } from 'lexical'; import * as React from 'react'; export default function ExcalidrawComponent({ data, nodeKey }: { data: string; nodeKey: NodeKey; }): React.JSX.Element;