lecom-ui 5.2.56 → 5.2.57
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 +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1116,6 +1116,7 @@ type ComboboxProps = {
|
|
|
1116
1116
|
notFoundContent?: React$1.ReactNode;
|
|
1117
1117
|
status?: 'default' | 'error';
|
|
1118
1118
|
searchTerm?: string;
|
|
1119
|
+
className?: string;
|
|
1119
1120
|
};
|
|
1120
1121
|
declare function Combobox({ options, value, onChange, placeholder, disabled, notFoundContent, status, searchTerm, }: ComboboxProps): React$1.JSX.Element;
|
|
1121
1122
|
|
package/package.json
CHANGED