Files
AFFiNE-Mirror/blocksuite/affine/block-edgeless-text/src/effects.ts
T

6 lines
176 B
TypeScript

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