@cloudcannon/snippet-types
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -60,2 +60,7 @@ declare namespace _default { | ||
export { format }; | ||
export namespace style { | ||
namespace inline { | ||
let leading: string; | ||
} | ||
} | ||
} | ||
@@ -94,2 +99,10 @@ export { options_1 as options }; | ||
export { format_1 as format }; | ||
export namespace style_1 { | ||
export namespace inline_1 { | ||
let leading_1: string; | ||
export { leading_1 as leading }; | ||
} | ||
export { inline_1 as inline }; | ||
} | ||
export { style_1 as style }; | ||
} | ||
@@ -103,6 +116,14 @@ export { options_3 as options }; | ||
export namespace options_4 { | ||
namespace editor_key { | ||
export namespace editor_key { | ||
let ref_4: string; | ||
export { ref_4 as ref }; | ||
} | ||
export namespace style_2 { | ||
namespace block { | ||
let leading_2: string; | ||
export { leading_2 as leading }; | ||
export let trailing: string; | ||
} | ||
} | ||
export { style_2 as style }; | ||
} | ||
@@ -121,3 +142,4 @@ export { options_4 as options }; | ||
export let hidden: boolean; | ||
export let inline: boolean; | ||
let inline_2: boolean; | ||
export { inline_2 as inline }; | ||
export namespace preview { | ||
@@ -383,4 +405,4 @@ let text: string; | ||
export { hidden_11 as hidden }; | ||
let inline_1: boolean; | ||
export { inline_1 as inline }; | ||
let inline_3: boolean; | ||
export { inline_3 as inline }; | ||
let snippet_8: string; | ||
@@ -387,0 +409,0 @@ export { snippet_8 as snippet }; |
{ | ||
"name": "@cloudcannon/snippet-types", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
737741
17880