import * as React from 'react' import Editor from './components/editor' export default function BasicUsage(): JSX.Element { return }