@cgi-learning-hub/ui 1.11.0 → 1.11.1-dev.1765209149

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
@@ -551,7 +551,9 @@ export declare type ResourceCardSize = "md" | "sm";
551
551
 
552
552
  export declare const SearchInput: React.FunctionComponent<SearchInputProps>;
553
553
 
554
- export declare type SearchInputProps = InputBaseProps & {};
554
+ export declare type SearchInputProps = InputBaseProps & {
555
+ loading?: boolean;
556
+ };
555
557
 
556
558
  export { Select }
557
559