Skip to content

Commit

Permalink
chore: add missing tags (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Jan 30, 2024
1 parent 851f30a commit 849e371
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,16 @@ export type PartytownInternalConfig = Omit<PartytownConfig, 'loadScriptsOnMainTh
loadScriptsOnMainThread?: ['regexp' | 'string', string][];
};

/**
* @public
*/
export type PartytownForwardPropertySettings = {
preserveBehavior?: boolean;
};

/**
* @public
*/
export type PartytownForwardPropertyWithSettings = [string, PartytownForwardPropertySettings?];

/**
Expand Down

0 comments on commit 849e371

Please sign in to comment.