From 8fd2a3364266a51b5291649a9a22a274d4e18dce Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Fri, 9 Apr 2021 13:02:54 -0600 Subject: [PATCH] Export SignInConfig type Signed-off-by: Tim Hansen --- packages/core/src/layout/SignInPage/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/layout/SignInPage/index.ts b/packages/core/src/layout/SignInPage/index.ts index 49f55aefc5..9ea0be9cbd 100644 --- a/packages/core/src/layout/SignInPage/index.ts +++ b/packages/core/src/layout/SignInPage/index.ts @@ -14,4 +14,5 @@ * limitations under the License. */ +export type { SignInConfig } from './types'; export { SignInPage } from './SignInPage';