From b5075dd1eb6e0aa9248871c9dd5ead13ce8ef2fa Mon Sep 17 00:00:00 2001 From: Lucas Freitas Date: Tue, 19 Oct 2021 14:54:02 -0300 Subject: [PATCH] Remove duplicates --- src/lib/components/KcProps.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/components/KcProps.ts b/src/lib/components/KcProps.ts index 4eda5f56..85102785 100644 --- a/src/lib/components/KcProps.ts +++ b/src/lib/components/KcProps.ts @@ -20,16 +20,12 @@ export type KcTemplateClassKey = | "kcLocaleWrapperClass" | "kcContentWrapperClass" | "kcLabelWrapperClass" - | "kcContentWrapperClass" - | "kcLabelWrapperClass" | "kcFormGroupClass" | "kcResetFlowIcon" - | "kcResetFlowIcon" | "kcFeedbackSuccessIcon" | "kcFeedbackWarningIcon" | "kcFeedbackErrorIcon" | "kcFeedbackInfoIcon" - | "kcContentWrapperClass" | "kcFormSocialAccountContentClass" | "kcFormSocialAccountClass" | "kcSignUpClass"