refactor: extract components to plugin repo (#1933)
This commit is contained in:
@@ -19,6 +19,12 @@ export interface ComponentManagerInterface {
|
||||
actionObserver?: ActionObserver,
|
||||
urlOverride?: string,
|
||||
): ComponentViewerInterface
|
||||
createBlockComponentViewer(
|
||||
component: SNComponent,
|
||||
noteId: string,
|
||||
blockId: string,
|
||||
actionObserver?: ActionObserver,
|
||||
): ComponentViewerInterface
|
||||
presentPermissionsDialog(_dialog: PermissionDialog): void
|
||||
getDefaultEditor(): SNComponent | undefined
|
||||
componentWithIdentifier(identifier: FeatureIdentifier | string): SNComponent | undefined
|
||||
|
||||
Reference in New Issue
Block a user