Add command bar component

This commit is contained in:
2022-02-25 17:23:50 +08:00
parent 567c1f2ea4
commit 7fe33f2017
9 changed files with 41 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ interface IArchiveEvent {
class Archive<
M extends any = any,
E extends Record<EventType, any> = {}
> extends Emitter<E> {
> extends Emitter<E & IArchiveEvent> {
/**
* 是否为新文件