@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230211035417-55e3edb to 0.4.0-20230212194855-047e1b9
@@ -77,3 +77,3 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
declare namespace BlockSuiteInternal { | ||
import type { TextType } from '@blocksuite/store'; | ||
import type { Text } from '@blocksuite/store'; | ||
interface IBaseBlockProps { | ||
@@ -86,3 +86,3 @@ flavour: string; | ||
// TODO use schema | ||
text?: TextType; | ||
text?: Text; | ||
} | ||
@@ -89,0 +89,0 @@ |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230211035417-55e3edb", | ||
"version": "0.4.0-20230212194855-047e1b9", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
329441