@inntechcorp/it-design 2.0.199 → 2.0.201

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
@@ -409,7 +409,7 @@ declare function Group({ gap, horizontal, className, children }: GroupProps): re
409
409
 
410
410
  type ControlProps = {
411
411
  className?: string;
412
- position?: "start" | "end";
412
+ position?: "start" | "end" | "center";
413
413
  children?: ChildrenProps$1;
414
414
  };
415
415
  declare function Control({ position, className, children }: ControlProps): react_jsx_runtime.JSX.Element;