demio-ui 2.1.54 → 2.1.55
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.
|
@@ -18,6 +18,7 @@ type SelectProps = {
|
|
|
18
18
|
export declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
|
|
19
19
|
type SelectItemProps = {
|
|
20
20
|
children: React.ReactNode;
|
|
21
|
+
className: string;
|
|
21
22
|
value: string;
|
|
22
23
|
disabled?: boolean;
|
|
23
24
|
};
|
package/dist/types.d.ts
CHANGED
|
@@ -300,6 +300,7 @@ type SelectProps = {
|
|
|
300
300
|
declare const Select: React__default.ForwardRefExoticComponent<SelectProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
301
301
|
type SelectItemProps = {
|
|
302
302
|
children: React__default.ReactNode;
|
|
303
|
+
className: string;
|
|
303
304
|
value: string;
|
|
304
305
|
disabled?: boolean;
|
|
305
306
|
};
|