@ambuj.bhaskar/react-component-library 0.5.6 → 0.6.0
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/assets/index.css +1 -1
- package/dist/index.cjs +31 -31
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1205 -1197
- package/dist/index.umd.js +32 -32
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -239,8 +239,8 @@ declare type SelectProps = {
|
|
|
239
239
|
* Spinner component props.
|
|
240
240
|
*
|
|
241
241
|
* @typedef {Object} SpinnerProps
|
|
242
|
-
* @property {SpinnerProps.size} [size="
|
|
243
|
-
* @property {SpinnerProps.color} [color] - Color of the spinner.
|
|
242
|
+
* @property {SpinnerProps.size} [size="l"] - Size of the spinner.
|
|
243
|
+
* @property {SpinnerProps.color} [color="#fc0"] - Color of the spinner.
|
|
244
244
|
*/
|
|
245
245
|
export declare const Spinner: React_2.FC<SpinnerProps>;
|
|
246
246
|
|