@livetiles/reach-plugin-types 0.5.0-preview.344 → 0.5.0-preview.349
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/lib/index.d.ts +1 -4
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -8584,6 +8584,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/NewsItemTile" {
|
|
|
8584
8584
|
styleDefinition?: StyleDefinition;
|
|
8585
8585
|
readOnly?: boolean;
|
|
8586
8586
|
enableModalRouting?: boolean;
|
|
8587
|
+
highlight?: boolean;
|
|
8587
8588
|
className?: string;
|
|
8588
8589
|
}
|
|
8589
8590
|
export const NewsItemTile: FC<Props>;
|
|
@@ -11992,10 +11993,6 @@ declare module "libs/reach/feature/content/src/search/GlobalSearchButton" {
|
|
|
11992
11993
|
}
|
|
11993
11994
|
declare module "libs/reach/feature/content/src/stream/StreamList" {
|
|
11994
11995
|
import { FC, ReactNode } from 'react';
|
|
11995
|
-
import { StreamItem } from "libs/reach/feature/content/src/stream/streamUtils";
|
|
11996
|
-
export type StreamQueryResult = {
|
|
11997
|
-
items: StreamItem[];
|
|
11998
|
-
};
|
|
11999
11996
|
export const StreamList: FC<{
|
|
12000
11997
|
emptySearchResultButton?: ReactNode;
|
|
12001
11998
|
}>;
|