@cnc-ti/layout-basic 8.3.25 → 8.3.27

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.mts CHANGED
@@ -432,7 +432,7 @@ interface ComboboxProps {
432
432
  placeholder?: string;
433
433
  command?: {
434
434
  placeholder?: string;
435
- emptyMessage?: string;
435
+ emptyMessage?: React$1.ReactNode;
436
436
  };
437
437
  onChange?: (value: string) => void;
438
438
  value?: string;
package/dist/index.d.ts CHANGED
@@ -432,7 +432,7 @@ interface ComboboxProps {
432
432
  placeholder?: string;
433
433
  command?: {
434
434
  placeholder?: string;
435
- emptyMessage?: string;
435
+ emptyMessage?: React$1.ReactNode;
436
436
  };
437
437
  onChange?: (value: string) => void;
438
438
  value?: string;