mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { ComponentViewerInterface } from '@standardnotes/services'
|
|
|
|
export type ComponentManagerEventData = {
|
|
componentViewer?: ComponentViewerInterface
|
|
}
|