@ambuj.bhaskar/react-component-library 0.22.0-alpha → 0.23.0-alpha

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
@@ -1223,6 +1223,7 @@ export declare type RefreshProps = {
1223
1223
  buttonWidth?: CSSstring;
1224
1224
  loading?: boolean;
1225
1225
  disabled?: boolean;
1226
+ showText?: boolean;
1226
1227
  };
1227
1228
 
1228
1229
  export declare const Select: React.FC<SelectProps>;