@dreamcommerce/aurora 2.1.18 → 2.1.19
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.
|
@@ -11,7 +11,7 @@ export interface ISearchListInputProps {
|
|
|
11
11
|
export declare type TSearchListItem = {
|
|
12
12
|
name: string;
|
|
13
13
|
};
|
|
14
|
-
export declare type TSearchListItemProps<Item =
|
|
14
|
+
export declare type TSearchListItemProps<Item = any> = {
|
|
15
15
|
item: Item & TSearchListItem;
|
|
16
16
|
};
|
|
17
17
|
export interface ISearchListResultsProps {
|