@quadrats/common 1.1.1 → 1.1.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.
- package/image/createImage.js +0 -1
- package/image/index.cjs.js +0 -1
- package/image/typings.d.ts +0 -1
- package/package.json +1 -1
package/image/createImage.js
CHANGED
package/image/index.cjs.js
CHANGED
package/image/typings.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export interface ImageFigureElement extends QuadratsElement, WithElementType {
|
|
|
10
10
|
export interface ImageElement extends QuadratsElement, WithElementType {
|
|
11
11
|
children: [Text];
|
|
12
12
|
src: string;
|
|
13
|
-
figureType: string;
|
|
14
13
|
/**
|
|
15
14
|
* e.g. The src of image is `8gy9pbaht92y4.jpg` and your static files are hosted by `https://foo.storage`.
|
|
16
15
|
* Then you can make the hosting of element be `foo`.
|