refactor: component manager usecases (#2354)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ComponentViewerInterface } from '@standardnotes/services'
|
||||
|
||||
export type ComponentManagerEventData = {
|
||||
componentViewer?: ComponentViewerInterface
|
||||
}
|
||||
Reference in New Issue
Block a user