From e78ba09f8b24c04991bee4f49ca5f8d677130f44 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Thu, 12 Jan 2023 18:39:00 +0000 Subject: [PATCH] FormProps export Signed-off-by: Paul Cowan --- plugins/scaffolder-react/src/next/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/index.ts b/plugins/scaffolder-react/src/next/index.ts index a18649f506..ff3d502677 100644 --- a/plugins/scaffolder-react/src/next/index.ts +++ b/plugins/scaffolder-react/src/next/index.ts @@ -15,6 +15,6 @@ */ export * from './components'; export * from './extensions'; -export * from './types'; +export { type FormProps } from './types'; export * from './lib'; export * from './hooks';