@livetiles/reach-plugin-types 0.5.0-preview.178 → 0.5.0-preview.180
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 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -8764,7 +8764,7 @@ declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
|
8764
8764
|
itemResourceType: ItemResourceTypes;
|
|
8765
8765
|
enableModalRouting?: boolean;
|
|
8766
8766
|
}>;
|
|
8767
|
-
export const CardFooterHost: import("styled-components").StyledComponent<"
|
|
8767
|
+
export const CardFooterHost: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
8768
8768
|
}
|
|
8769
8769
|
declare module "libs/reach/feature/content/src/common/cards/CardStyles" {
|
|
8770
8770
|
export const Host: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|