mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
17bf75e843
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { LatexBlockComponent } from './latex-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-latex', LatexBlockComponent);
|
|
}
|