6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { ComponentViewerInterface } from '@standardnotes/services'
|
|
|
|
export type ComponentManagerEventData = {
|
|
componentViewer?: ComponentViewerInterface
|
|
}
|