UNPKG

@graphiql/react

Version:

[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)

5 lines (4 loc) 253 B
import { JSXElementConstructor } from 'react'; export declare const createComponentGroup: <Root extends JSXElementConstructor<any>, Children extends { [key: string]: JSXElementConstructor<any>; }>(root: Root, children: Children) => Root & Children;