@ambuj.bhaskar/react-component-library 0.12.4-alpha → 0.13.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
@@ -304,6 +304,7 @@ export declare type SidebarProps = {
304
304
  config: SidebarConfig;
305
305
  isOpen?: boolean;
306
306
  onToggle?: (isOpen: boolean) => void;
307
+ loading?: boolean;
307
308
  };
308
309
 
309
310
  declare type Size = "s" | "m" | "l";