File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/graphiql/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 */
77import type * as CM from 'codemirror' ;
8- import 'codemirror/addon/hint/show-hint' ;
98import React from 'react' ;
109
1110import onHasCompletion from '../utility/onHasCompletion' ;
Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 */
7+ /// <reference path="../../node_modules/@types/codemirror/addon/hint/show-hint.d.ts" />
8+
79import { GraphQLType } from 'graphql' ;
810import type * as CM from 'codemirror' ;
9- import 'codemirror/addon/hint/show-hint' ;
1011import React from 'react' ;
1112
1213import onHasCompletion from '../utility/onHasCompletion' ;
You can’t perform that action at this time.
0 commit comments