sass-template-common 0.4.24 → 0.4.25
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.
|
@@ -2100,9 +2100,7 @@ declare type Props_4 = {
|
|
|
2100
2100
|
defaultMetadataName: MetadataDefaultsKeys;
|
|
2101
2101
|
meta: any;
|
|
2102
2102
|
imgSizes?: any;
|
|
2103
|
-
texts?:
|
|
2104
|
-
[key: string]: string;
|
|
2105
|
-
};
|
|
2103
|
+
texts?: textsType;
|
|
2106
2104
|
pathname: string;
|
|
2107
2105
|
slug?: string;
|
|
2108
2106
|
query?: string;
|