@mindly/ui-components 3.30.0 → 3.30.1
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/Inputs/CustomSelect/CustomSelect.d.ts +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/Inputs/CustomSelect/CustomSelect.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -901,7 +901,6 @@ declare type CustomSelectProps = {
|
|
|
901
901
|
id: string | number;
|
|
902
902
|
label: string | number;
|
|
903
903
|
}[];
|
|
904
|
-
selected?: string | number;
|
|
905
904
|
isError?: boolean;
|
|
906
905
|
} & React.SelectHTMLAttributes<HTMLSelectElement>;
|
|
907
906
|
declare const _default: React.NamedExoticComponent<CustomSelectProps>;
|