@inntechcorp/it-design 2.0.191 → 2.0.193

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -402,9 +402,10 @@ declare const Select: SelectComponentProps;
402
402
  type GroupProps = {
403
403
  className?: string;
404
404
  gap?: number;
405
+ horizontal?: boolean;
405
406
  children?: ChildrenProps$1;
406
407
  };
407
- declare function Group({ gap, className, children }: GroupProps): react_jsx_runtime.JSX.Element;
408
+ declare function Group({ gap, horizontal, className, children }: GroupProps): react_jsx_runtime.JSX.Element;
408
409
 
409
410
  type ControlProps = {
410
411
  className?: string;