Skip to content

Commit

Permalink
Export graphql TypeScript definition from gatsby package
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywils authored Jun 22, 2018
1 parent 5f50317 commit eb13674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ export interface StaticQueryProps {
}

export class StaticQuery extends React.Component<StaticQueryProps> {}

export const graphql: (query: TemplateStringsArray) => void

0 comments on commit eb13674

Please sign in to comment.