Skip to content

Commit

Permalink
Merge pull request #36 from antrew/export-options
Browse files Browse the repository at this point in the history
Export Options type
  • Loading branch information
hupe1980 authored Jul 3, 2024
2 parents 4f9d9c3 + da59ed1 commit ba37d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare global {
}
}

type Options = StageSynthesisOptions & {
export type Options = StageSynthesisOptions & {
/**
* @deprecated No effect. Please remove this, there is no alternative.
*/
Expand Down

0 comments on commit ba37d31

Please sign in to comment.