types: export IRangeStyle interface #267

pr675
汥坳赵 3 years ago committed by GitHub
parent 761fcde91a
commit 32f3aaa41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}

Loading…
Cancel
Save