@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230120084602-681c07e to 0.4.0-20230121183427-d5aa28f
@@ -227,11 +227,2 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
import type { ColorStyle, TDShapeType } from '@blocksuite/blocks'; | ||
interface ShapeBlockModel { | ||
color: ColorStyle | `#${string}`; | ||
type: TDShapeType; | ||
xywh: string; | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
@@ -248,5 +239,4 @@ interface SurfaceBlockModel {} | ||
'affine:embed': EmbedBlockModel; | ||
// 'affine:shape': ShapeBlockModel, | ||
'affine:surface': SurfaceBlockModel; | ||
}; | ||
} |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230120084602-681c07e", | ||
"version": "0.4.0-20230121183427-d5aa28f", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
213461
2464