mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import type { SurfaceRefBlockModel } from '@blocksuite/affine-model';
|
||||
import { BlockComponent } from '@blocksuite/block-std';
|
||||
import { nothing } from 'lit';
|
||||
|
||||
export class EdgelessSurfaceRefBlockComponent extends BlockComponent<SurfaceRefBlockModel> {
|
||||
override render() {
|
||||
return nothing;
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'affine-edgeless-surface-ref': EdgelessSurfaceRefBlockComponent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user