@data-c/ui 0.2.29 → 0.2.30

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
@@ -888,6 +888,7 @@ interface AutocompleteProps<T = any> {
888
888
  required?: boolean;
889
889
  disabled?: boolean;
890
890
  autoFocus?: boolean;
891
+ readonly?: boolean;
891
892
  }
892
893
  declare function Autocomplete<T = any>(props: AutocompleteProps<T>): react_jsx_runtime.JSX.Element;
893
894