refactor: lexical (#1954)

This commit is contained in:
Mo
2022-11-07 10:42:44 -06:00
committed by GitHub
parent 99bae83f8b
commit 2ed01a071c
182 changed files with 8525 additions and 1126 deletions

View File

@@ -19,12 +19,6 @@ 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