@inntechcorp/it-design 2.0.87 → 2.0.89

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
@@ -334,6 +334,7 @@ type OptionsProps = {
334
334
  value?: string;
335
335
  mode?: string;
336
336
  checked?: false;
337
+ autoScroll?: false;
337
338
  onChange?: (value: string, checked: boolean, children: ChildrenProps$1) => null;
338
339
  children?: ChildrenProps$1;
339
340
  };