From da59ed16595dca51f2c58be3375c54fac8b7972e Mon Sep 17 00:00:00 2001 From: Andrey Vetlugin Date: Tue, 2 Jul 2024 18:28:24 +0200 Subject: [PATCH] Export Options type --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0551fee..653bfa8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ declare global { } } -type Options = StageSynthesisOptions & { +export type Options = StageSynthesisOptions & { /** * @deprecated No effect. Please remove this, there is no alternative. */