mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
17bf75e843
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import { EdgelessTextBlockComponent } from './edgeless-text-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-edgeless-text', EdgelessTextBlockComponent);
|
|
}
|