1
blocksuite/framework/std/src/spec/index.ts
Normal file
1
blocksuite/framework/std/src/spec/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './type.js';
|
||||
5
blocksuite/framework/std/src/spec/type.ts
Normal file
5
blocksuite/framework/std/src/spec/type.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { BlockModel } from '@blocksuite/store';
|
||||
import type { StaticValue } from 'lit/static-html.js';
|
||||
|
||||
export type BlockViewType = StaticValue | ((model: BlockModel) => StaticValue);
|
||||
export type WidgetViewType = StaticValue;
|
||||
Reference in New Issue
Block a user