@delightui/components 0.1.120 → 0.1.121
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
|
@@ -1173,7 +1173,7 @@ type ListAlignEnum = 'Horizontal' | 'Vertical';
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* Represents a generic list item.
|
|
1175
1175
|
*/
|
|
1176
|
-
type ListItemType = {
|
|
1176
|
+
type ListItemType = object & {
|
|
1177
1177
|
id?: string | number;
|
|
1178
1178
|
itemClassName?: string;
|
|
1179
1179
|
itemStyle?: React.CSSProperties;
|