UNPKG

phx-react

Version:

PHX REACT

5 lines (4 loc) 121 B
import React from 'react'; export default function EditorView({ content }: { content: string; }): React.JSX.Element;