@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)
8 lines (7 loc) • 663 B
TypeScript
export { createEditorSlice, type EditorSlice, type EditorActions, type EditorProps, } from './editor';
export { createExecutionSlice, type ExecutionSlice, type ExecutionActions, type ExecutionProps, } from './execution';
export { createPluginSlice, type PluginSlice, type PluginActions, type PluginProps, } from './plugin';
export { createSchemaSlice, type SchemaSlice, type SchemaActions, type SchemaProps, } from './schema';
export { monacoStore, useMonaco } from './monaco';
export { createStorageSlice, type StorageSlice, type StorageProps, } from './storage';
export { createThemeSlice, type ThemeSlice, type ThemeActions, type ThemeProps, } from './theme';