UNPKG

phx-react

Version:

PHX REACT

6 lines 341 B
import * as React from 'react'; export default function DocsPlugin() { return (React.createElement("a", { href: 'https://lexical.dev/docs/intro', target: '__blank' }, React.createElement("button", { className: 'editor-dev-button', id: 'docs-button', title: 'Lexical Docs', type: 'button' }))); } //# sourceMappingURL=index.js.map