@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)
10 lines (9 loc) • 425 B
TypeScript
export { useMonaco } from './stores';
export * from './utility';
export type { TabsState } from './utility/tabs';
export * from './icons';
export * from './components';
export type { EditorProps, SchemaReference, SlicesWithActions, MonacoEditor, Theme, } from './types';
export type { GraphiQLPlugin } from './stores/plugin';
export { KEY_MAP, formatShortcutForOS, isMacOs } from './constants';
export * from './deprecated';