Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed Nov 8, 2023
1 parent 4a77548 commit d5cf033
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { statusVariant } from './FormFieldWrapper.css';

export interface IFormFieldWrapperProps
extends Omit<IFormFieldHeaderProps, 'label'> {
children: // combine types for all input types
| FunctionComponentElement<IInputProps>
children:
| FunctionComponentElement<IInputProps>
| FunctionComponentElement<IInputProps>[];
status?: FormFieldStatus;
disabled?: boolean;
Expand Down

0 comments on commit d5cf033

Please sign in to comment.