From aeff4e6b5a428c08a3b8abd62e3e8722cdc16179 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Thu, 12 Jan 2023 18:41:01 +0000 Subject: [PATCH] FormProps export Signed-off-by: Paul Cowan --- plugins/scaffolder-react/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-react/src/index.ts b/plugins/scaffolder-react/src/index.ts index 0b053e6bf4..41a1298b37 100644 --- a/plugins/scaffolder-react/src/index.ts +++ b/plugins/scaffolder-react/src/index.ts @@ -21,3 +21,4 @@ export * from './api'; export * from './hooks'; export * from './next'; +export type { FormProps } from './next';