Update index.ts

This commit is contained in:
yanmao 2021-12-31 02:20:36 +08:00
parent 096b196940
commit 6dd644f83d
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ import {
isMarkPlugin,
} from './plugin';
import Card from './card/entry';
import CardManage from './card';
import View from './view';
import Toolbar, { Tooltip } from './toolbar';
import Range, { isRangeInterface, isRange, isSelection } from './range';
@ -72,5 +71,4 @@ export {
isRange,
isSelection,
Resizer,
CardManage,
};