types: export IRangeStyle interface #267

This commit is contained in:
汥坳赵
2023-08-28 20:11:48 +08:00
committed by GitHub
parent 761fcde91a
commit 32f3aaa41d
+3 -1
View File
@@ -61,6 +61,7 @@ import { EventBus } from './core/event/eventbus/EventBus'
import { EventBusMap } from './interface/EventBus'
import { IGroup } from './interface/Group'
import { defaultGroupOption } from './dataset/constant/Group'
import { IRangeStyle } from './interface/Listener'
export default class Editor {
public command: Command
@@ -267,5 +268,6 @@ export type {
IBlock,
ILang,
ICatalog,
ICatalogItem
ICatalogItem,
IRangeStyle
}