sass-template-common 0.6.3 → 0.6.4
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.
|
@@ -1408,7 +1408,7 @@ export declare const metadata_defaults: {
|
|
|
1408
1408
|
[key in MetadataDefaultsKeys]: any;
|
|
1409
1409
|
};
|
|
1410
1410
|
|
|
1411
|
-
export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'anuncia' | 'autor' | 'buscar' | 'contacto' | 'pages' | 'seccion' | 'tema' | 'ultimas-noticias' | 'video' | 'videos';
|
|
1411
|
+
export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'anuncia' | 'autor' | 'buscar' | 'contacto' | 'pages' | 'seccion' | 'tema' | 'ultimas-noticias' | 'video' | 'videos' | 'auth';
|
|
1412
1412
|
|
|
1413
1413
|
export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
|
|
1414
1414
|
|