myst-spec-ext
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
import type { Parent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading } from 'myst-spec'; | ||
import type { Parent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage } from 'myst-spec'; | ||
export declare type Delete = Parent & { | ||
@@ -55,2 +55,5 @@ type: 'delete'; | ||
}; | ||
export declare type Image = SpecImage & { | ||
height?: string; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "myst-spec-ext", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Extentions for myst-spec that are used in myst-cli and mystjs", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
Sorry, the diff of this file is not supported yet
5809
79