chrv-components 1.12.20 → 1.12.21
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/package.json
CHANGED
|
@@ -2315,6 +2315,7 @@ declare class DebounceDefaults implements IDebounceDefaults {
|
|
|
2315
2315
|
baseInputs: number;
|
|
2316
2316
|
searchableInputs: number;
|
|
2317
2317
|
hoverTitle: number;
|
|
2318
|
+
constructor(init?: Partial<IDebounceDefaults>);
|
|
2318
2319
|
}
|
|
2319
2320
|
declare const CHR_DEBOUNCE_DEFAULTS: InjectionToken<DebounceDefaults>;
|
|
2320
2321
|
|
|
Binary file
|