UNPKG

graphiql

Version:
7 lines 308 B
import { useQueryEditor } from '@graphiql/react'; import React from 'react'; export function QueryEditor(props) { var ref = useQueryEditor(props); return (React.createElement("section", { className: "query-editor", "aria-label": "Query Editor", ref: ref })); } //# sourceMappingURL=QueryEditor.js.map