sass-template-common 0.9.96 → 0.9.98
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.
|
@@ -2438,6 +2438,7 @@ declare type Props_47 = {
|
|
|
2438
2438
|
readestTitle: string;
|
|
2439
2439
|
ranking: Array<NewListResponseData>;
|
|
2440
2440
|
paths: RoutePathConfig;
|
|
2441
|
+
readestCustomStyles?: CSSProperties;
|
|
2441
2442
|
};
|
|
2442
2443
|
|
|
2443
2444
|
declare type Props_48 = {
|
|
@@ -2536,6 +2537,7 @@ declare type Props_8 = {
|
|
|
2536
2537
|
[key: string]: string;
|
|
2537
2538
|
};
|
|
2538
2539
|
paths: RoutePathConfig;
|
|
2540
|
+
readestCustomStyles?: CSSProperties;
|
|
2539
2541
|
speculationPrerender?: {
|
|
2540
2542
|
class: string;
|
|
2541
2543
|
length?: number;
|