From 8864792b20f0c2e794c8e7250aa6f00e4f04b82b Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Tue, 16 Aug 2022 09:30:50 +0200 Subject: [PATCH] Added description --- .../eds-core-react/src/components/InputWrapper/InputWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eds-core-react/src/components/InputWrapper/InputWrapper.tsx b/packages/eds-core-react/src/components/InputWrapper/InputWrapper.tsx index 915bd5b9b1..8d777ab083 100644 --- a/packages/eds-core-react/src/components/InputWrapper/InputWrapper.tsx +++ b/packages/eds-core-react/src/components/InputWrapper/InputWrapper.tsx @@ -35,6 +35,7 @@ export type InputWrapperProps = { children: ReactNode } & HTMLAttributes +/** InputWrapper is a internal skeleton component for structering form elements */ export const InputWrapper = forwardRef( function InputWrapper( { children, color, label, labelProps = {}, helperProps = {}, ...other },