mirror of
https://github.com/standardnotes/app
synced 2026-07-31 05:16:12 -04:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
export enum CrossControllerEvent {
|
|
TagChanged = 'TagChanged',
|
|
ActiveEditorChanged = 'ActiveEditorChanged',
|
|
}
|