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

6 lines
146 B
TypeScript

import { LatexBlockComponent } from './latex-block';
export function effects() {
customElements.define('affine-latex', LatexBlockComponent);
}