scaffolder: export alpha ScaffolderPluginOptions

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-08-31 13:35:48 +02:00
parent 935fea4816
commit 4d3778c440
+1
View File
@@ -26,3 +26,4 @@ export * from './lib';
export * from './processor';
export * from './extension';
export { scaffolderPlugin } from './ScaffolderPlugin';
export type { ScaffolderPluginOptions } from './ScaffolderPlugin';