mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { ListBlockComponent } from './list-block.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('affine-list', ListBlockComponent);
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'affine-list': ListBlockComponent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user