@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230212194855-047e1b9 to 0.4.0-20230213234455-1a23f69
@@ -20,2 +20,3 @@ export * from './consts/affine-style-consts.js'; | ||
TAB: string; | ||
SPACE: string; | ||
}; | ||
@@ -22,0 +23,0 @@ export declare const MOVE_DETECT_THRESHOLD = 2; |
@@ -20,2 +20,3 @@ export * from './consts/affine-style-consts.js'; | ||
TAB: 'tab', | ||
SPACE: 'space', | ||
}; | ||
@@ -22,0 +23,0 @@ export const MOVE_DETECT_THRESHOLD = 2; |
@@ -88,3 +88,3 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
import { | ||
import type { | ||
// Model | ||
@@ -91,0 +91,0 @@ CodeBlockModel, |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230212194855-047e1b9", | ||
"version": "0.4.0-20230213234455-1a23f69", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -23,2 +23,3 @@ export * from './consts/affine-style-consts.js'; | ||
TAB: 'tab', | ||
SPACE: 'space', | ||
}; | ||
@@ -25,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
329524
4162