File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
packages/app-bridge-theme/src/registries Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export type CommandRegistry = CommandNameValidator<{
1010 openAiBrandAssistantDialog : void ;
1111 closeAiBrandAssistantDialog : void ;
1212 navigate : string ;
13- navigateToDocumentSection : number | string ;
1413 navigateToSectionHeading : number | string ;
1514 hydrateContextDocumentNavigation : number ;
1615 scrollPageToTop : void ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33export * from './AiBrandAssistantDialog' ;
44export * from './SearchDialog' ;
55export * from './Navigate' ;
6- export * from './NavigateToDocumentSection' ;
76export * from './NavigateToSectionHeading' ;
87export * from './HydrateContextDocumentNavigation' ;
98export * from './ScrollPageToTop' ;
You can’t perform that action at this time.
0 commit comments