Skip to content

Commit 472fc17

Browse files
Exported IRangeStyle interface (#30)
2 parents 51a2434 + f105e79 commit 472fc17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/canvas-editor.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/editor/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import { UsePlugin } from './interface/Plugin'
6060
import { EventBus } from './core/event/eventbus/EventBus'
6161
import { EventBusMap } from './interface/EventBus'
6262
import { DOMEventHandlers } from './DOMEventHandlers'
63+
import { IRangeStyle } from './interface/Listener'
6364

6465
export default class Editor {
6566
public command: Command
@@ -261,5 +262,6 @@ export type {
261262
IBlock,
262263
ILang,
263264
ICatalog,
264-
ICatalogItem
265+
ICatalogItem,
266+
IRangeStyle,
265267
}

0 commit comments

Comments
 (0)