@procore/data-table 14.30.0 → 14.31.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.
@@ -1416,6 +1416,7 @@ interface SearchProps {
1416
1416
  /** The placeholder to the Search input */
1417
1417
  placeholder?: string;
1418
1418
  disabled?: boolean;
1419
+ debounceDelay?: number;
1419
1420
  }
1420
1421
 
1421
1422
  interface QuickControlsProps extends Omit<SearchProps, 'disabled'> {
@@ -1416,6 +1416,7 @@ interface SearchProps {
1416
1416
  /** The placeholder to the Search input */
1417
1417
  placeholder?: string;
1418
1418
  disabled?: boolean;
1419
+ debounceDelay?: number;
1419
1420
  }
1420
1421
 
1421
1422
  interface QuickControlsProps extends Omit<SearchProps, 'disabled'> {