Files
AFFiNE-Mirror/blocksuite/affine/blocks/block-edgeless-text/src/effects.ts
T
2025-03-08 12:00:34 +08:00

6 lines
176 B
TypeScript

import { EdgelessTextBlockComponent } from './edgeless-text-block';
export function effects() {
customElements.define('affine-edgeless-text', EdgelessTextBlockComponent);
}