-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathindex.js
34 lines (34 loc) · 2.4 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export { default as AddAuthorCommand } from './AddAuthorCommand'
export { default as AddAffiliationCommand } from './AddAffiliationCommand'
export { default as AddEntityCommand } from './AddEntityCommand'
export { default as AddReferenceCommand } from './AddReferenceCommand'
export { default as AnnotationCommand } from './AnnotationCommand'
export { default as DecreaseHeadingLevelCommand } from './DecreaseHeadingLevelCommand'
export { default as DownloadSupplementaryFileCommand } from './DownloadSupplementaryFileCommand'
export { default as EditAuthorCommand } from './EditAuthorCommand'
export { default as EditEntityCommand } from './EditEntityCommand'
export { default as EditMetadataCommand } from './EditMetadataCommand'
export { default as EditReferenceCommand } from './EditReferenceCommand'
export * from './FigureMetadataCommands'
export * from './FigurePanelCommands'
export { default as IncreaseHeadingLevelCommand } from './IncreaseHeadingLevelCommand'
export { default as InsertBlockFormulaCommand } from './InsertBlockFormulaCommand'
export { default as InsertBlockQuoteCommand } from './InsertBlockQuoteCommand'
export { default as InsertCrossReferenceCommand } from './InsertCrossReferenceCommand'
export { default as InsertExtLinkCommand } from './InsertExtLinkCommand'
export { default as InsertFigureCommand } from './InsertFigureCommand'
export { default as InsertFootnoteCommand } from './InsertFootnoteCommand'
export { default as InsertFootnoteCrossReferenceCommand } from './InsertFootnoteCrossReferenceCommand'
export { default as InsertInlineFormulaCommand } from './InsertInlineFormulaCommand'
export { default as InsertInlineGraphicCommand } from './InsertInlineGraphicCommand'
export { default as InsertInlineNodeCommand } from './InsertInlineNodeCommand'
export { default as InsertNodeCommand } from './InsertNodeCommand'
export { default as InsertNodeFromWorkflowCommand } from './InsertNodeFromWorkflowCommand'
export { default as InsertTableCommand } from './InsertTableCommand'
export * from './ListCommands'
export { default as RemoveFootnoteCommand } from './RemoveFootnoteCommand'
export { default as RemoveItemCommand } from './RemoveItemCommand'
export { default as RemoveReferenceCommand } from './RemoveReferenceCommand'
export { default as ReplaceSupplementaryFileCommand } from './ReplaceSupplementaryFileCommand'
export * from './TableCommands'
export { default as ToggleListCommand } from './ToggleListCommand'