Skip to content

Commit

Permalink
Export graphql TypeScript definition from gatsby package (#6096)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywils authored and m-allanson committed Jun 25, 2018
1 parent b80d6eb commit bb1d429
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 bb1d429

Please sign in to comment.