@livetiles/reach-plugin-types 0.5.0-preview.40 → 0.5.0-preview.43
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 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -7891,6 +7891,7 @@ declare module "libs/reach/feature/content/src/events/list/EventCard" {
|
|
|
7891
7891
|
allowFilterByChannels?: boolean;
|
|
7892
7892
|
showFeedbackButtons?: boolean;
|
|
7893
7893
|
readOnly?: boolean;
|
|
7894
|
+
enableModalRouting?: boolean;
|
|
7894
7895
|
className?: string;
|
|
7895
7896
|
}>;
|
|
7896
7897
|
}
|