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

6 lines
146 B
TypeScript

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