mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
refactor(editor): orgnize exports (#10709)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type * as BlocksuiteBlocks from '@blocksuite/affine/blocks';
|
||||
import type * as BlocksuiteEffects from '@blocksuite/affine/effects';
|
||||
import type { IVec, XYWH } from '@blocksuite/affine/global/gfx';
|
||||
import { expect, type Locator, type Page } from '@playwright/test';
|
||||
|
||||
declare type _GLOBAL_ = typeof BlocksuiteBlocks;
|
||||
declare type _GLOBAL_ = typeof BlocksuiteEffects;
|
||||
|
||||
const EDGELESS_ELEMENT_TOOLBAR_WIDGET = 'edgeless-element-toolbar-widget';
|
||||
const EDGELESS_TOOLBAR_WIDGET = 'edgeless-toolbar-widget';
|
||||
|
||||
Reference in New Issue
Block a user