react-datocms
Advanced tools
Comparing version 3.0.12 to 3.0.13
"use strict"; | ||
exports.__esModule = true; | ||
; | ||
; | ||
//# sourceMappingURL=types.js.map |
@@ -1,9 +0,9 @@ | ||
export declare type TitleMetaLinkTag = { | ||
export interface TitleMetaLinkTag { | ||
/** the tag for the meta information */ | ||
tag: string; | ||
/** the inner content of the meta tag */ | ||
content: string | null; | ||
content: string | null | undefined; | ||
/** the HTML attributes to attach to the meta tag */ | ||
attributes: Record<string, string> | null; | ||
}; | ||
attributes: Record<string, string> | null | undefined; | ||
} | ||
export interface SeoTitleTag { | ||
@@ -10,0 +10,0 @@ tag: 'title'; |
@@ -1,4 +0,2 @@ | ||
; | ||
; | ||
export {}; | ||
//# sourceMappingURL=types.js.map |
@@ -1,9 +0,9 @@ | ||
export declare type TitleMetaLinkTag = { | ||
export interface TitleMetaLinkTag { | ||
/** the tag for the meta information */ | ||
tag: string; | ||
/** the inner content of the meta tag */ | ||
content: string | null; | ||
content: string | null | undefined; | ||
/** the HTML attributes to attach to the meta tag */ | ||
attributes: Record<string, string> | null; | ||
}; | ||
attributes: Record<string, string> | null | undefined; | ||
} | ||
export interface SeoTitleTag { | ||
@@ -10,0 +10,0 @@ tag: 'title'; |
{ | ||
"name": "react-datocms", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"types": "dist/types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
308711
3858