mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-20 11:31:47 +08:00
94c9717a35
Close [BS-2315](https://linear.app/affine-design/issue/BS-2315/page-block-header) ### What Changes - Add header toolbar to page block (the first note in canvas) - Add e2e tests - Add some edgeless e2e test utils. **The package `@blocksuite/affine` was added to `"@affine-test/kit"`**
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
export * from './adapters';
|
|
export * from './commands';
|
|
export * from './config';
|
|
export * from './note-block';
|
|
export * from './note-edgeless-block';
|
|
export * from './note-service';
|
|
export * from './note-spec';
|