dhre-ui-kit 2.0.13 → 2.0.15

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/lib/index.d.ts CHANGED
@@ -592,9 +592,11 @@ interface ScrollableListProps {
592
592
  defaultItemTextColor?: string;
593
593
  activeTab?: string;
594
594
  errorStyle?: object;
595
+ inActiveErrorStyle?: object;
595
596
  activeTextStyle?: TextStyle;
596
597
  enableTextWrap?: boolean;
597
598
  errorTextStyle?: TextStyle;
599
+ inActiveErrorTextStyle?: TextStyle;
598
600
  inActiveTextStyle?: TextStyle;
599
601
  }
600
602
  declare const _default$7: (props: ScrollableListProps) => React$1.JSX.Element;