Skip to content

Commit

Permalink
fix: Re-export DocumentDecoration (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Mar 7, 2024
1 parent ed4cc0c commit b09e264
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-gorillas-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gql.tada': patch
---

Re-export `DocumentDecoration`
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ export type {
FragmentOf,
} from './api';

export type { DocumentDecoration } from './utils';

// NOTE: This must be exported for `isolatedModules: true`
export type { $tada } from './namespace';

0 comments on commit b09e264

Please sign in to comment.