mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Add declaration file for modules that doesn't have one.
This commit is contained in:
parent
6f8650eb93
commit
5d874e6ae2
7
addons/graphql/src/typings.d.ts
vendored
Normal file
7
addons/graphql/src/typings.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare module 'global';
|
||||
|
||||
// There are no types for graphiql
|
||||
declare module 'graphiql' {
|
||||
const GraphiQL: any;
|
||||
export default GraphiQL;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user