UNPKG

1.24 kBTypeScriptView Raw
1import { GraphiQL } from './components/GraphiQL';
2export { GraphiQL };
3export default GraphiQL;
4export type { GraphiQLProps } from './components/GraphiQL';
5export type { Fetcher, FetcherOpts, FetcherParams, FetcherResult, FetcherReturnType, Observable, Storage, SyncFetcherResult, } from '@graphiql/toolkit';
6export { QueryEditor } from './components/QueryEditor';
7export { VariableEditor } from './components/VariableEditor';
8export { DocExplorer } from './components/DocExplorer';
9export { ToolbarMenu, ToolbarMenuItem } from './components/ToolbarMenu';
10export { ToolbarButton } from './components/ToolbarButton';
11export { ToolbarGroup } from './components/ToolbarGroup';
12export { ToolbarSelect, ToolbarSelectOption } from './components/ToolbarSelect';
13import { onHasCompletion as _onHasCompletion } from '@graphiql/react';
14import { fillLeafs as _fillLeafs, getSelectedOperationName as _getSelectedOperationName, mergeAst as _mergeAst } from '@graphiql/toolkit';
15export declare const onHasCompletion: typeof _onHasCompletion;
16export declare const fillLeafs: typeof _fillLeafs;
17export declare const getSelectedOperationName: typeof _getSelectedOperationName;
18export declare const mergeAst: typeof _mergeAst;
19//# sourceMappingURL=index.d.ts.map
\No newline at end of file