Skip to content

Commit

Permalink
feat: expose partytown types (close #8723) (#8740)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Oct 3, 2023
1 parent 6f60da8 commit f277ba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-otters-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/partytown': patch
---

Expose types for TypeScript users
2 changes: 1 addition & 1 deletion packages/integrations/partytown/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { fileURLToPath } from 'node:url';
import sirv from './sirv.js';
const resolve = createRequire(import.meta.url).resolve;

type PartytownOptions = {
export type PartytownOptions = {
config?: PartytownConfig;
};

Expand Down

0 comments on commit f277ba8

Please sign in to comment.