sanity-plugin-markdown 8.0.4 → 8.0.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin, StringDefinition, StringInputProps } from "sanity";
|
|
2
|
-
import { SimpleMDEReactProps } from "react-simplemde-editor";
|
|
3
2
|
import { Options } from "easymde";
|
|
3
|
+
import { SimpleMDEReactProps } from "react-simplemde-editor";
|
|
4
4
|
/**
|
|
5
5
|
* Used to tag types that is set to `any` as a temporary measure, but should be replaced with proper typings in the future
|
|
6
6
|
* @internal
|
|
@@ -38,6 +38,7 @@ declare interface SanityImageAssetDocument extends SanityAssetDocument {
|
|
|
38
38
|
isOpaque: boolean;
|
|
39
39
|
lqip?: string;
|
|
40
40
|
blurHash?: string;
|
|
41
|
+
thumbHash?: string;
|
|
41
42
|
dimensions: {
|
|
42
43
|
_type: 'sanity.imageDimensions';
|
|
43
44
|
aspectRatio: number;
|