@livetiles/reach-plugin-types 0.5.0-preview.350 → 0.5.0-preview.352
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
|
@@ -9011,6 +9011,7 @@ declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
|
9011
9011
|
targetRoute: string;
|
|
9012
9012
|
itemResourceType: ItemResourceTypes;
|
|
9013
9013
|
enableModalRouting?: boolean;
|
|
9014
|
+
className?: string;
|
|
9014
9015
|
}>;
|
|
9015
9016
|
export const CardFooterHost: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
9016
9017
|
}
|