mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
3ada4bee0d
Close [BS-2499](https://linear.app/affine-design/issue/BS-2499/所有notes最小宽度调整为218px) ### What changes - adjusted min width of edgeless note - placeholder show ellipsis in min edgeless note - refactored somes button of `change-note-button.ts` with `isPageBlock`
10 lines
306 B
TypeScript
10 lines
306 B
TypeScript
export * from './adapters';
|
|
export * from './commands';
|
|
export * from './components/edgeless-note-background';
|
|
export * from './config';
|
|
export * from './note-block';
|
|
export * from './note-edgeless-block';
|
|
export * from './note-service';
|
|
export * from './note-spec';
|
|
export { isPageBlock } from './utils';
|