@atlaskit/renderer 108.15.10 → 108.15.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/ui/Renderer/breakout-ssr.js +4 -0
  3. package/dist/cjs/ui/Renderer/index.js +1 -1
  4. package/dist/es2019/ui/Renderer/breakout-ssr.js +4 -0
  5. package/dist/es2019/ui/Renderer/index.js +1 -1
  6. package/dist/esm/ui/Renderer/breakout-ssr.js +4 -0
  7. package/dist/esm/ui/Renderer/index.js +1 -1
  8. package/dist/types-ts4.5/actions/index.d.ts +61 -0
  9. package/dist/types-ts4.5/actions/matches-utils.d.ts +7 -0
  10. package/dist/types-ts4.5/actions.d.ts +3 -0
  11. package/dist/types-ts4.5/analytics/analyticsContext.d.ts +6 -0
  12. package/dist/types-ts4.5/analytics/enums.d.ts +58 -0
  13. package/dist/types-ts4.5/analytics/events.d.ts +118 -0
  14. package/dist/types-ts4.5/analytics/unsupported-content.d.ts +10 -0
  15. package/dist/types-ts4.5/consts.d.ts +12 -0
  16. package/dist/types-ts4.5/i18n/cs.d.ts +25 -0
  17. package/dist/types-ts4.5/i18n/da.d.ts +20 -0
  18. package/dist/types-ts4.5/i18n/de.d.ts +20 -0
  19. package/dist/types-ts4.5/i18n/en.d.ts +25 -0
  20. package/dist/types-ts4.5/i18n/en_GB.d.ts +25 -0
  21. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +25 -0
  22. package/dist/types-ts4.5/i18n/es.d.ts +20 -0
  23. package/dist/types-ts4.5/i18n/et.d.ts +8 -0
  24. package/dist/types-ts4.5/i18n/fi.d.ts +25 -0
  25. package/dist/types-ts4.5/i18n/fr.d.ts +20 -0
  26. package/dist/types-ts4.5/i18n/hu.d.ts +20 -0
  27. package/dist/types-ts4.5/i18n/index.d.ts +31 -0
  28. package/dist/types-ts4.5/i18n/it.d.ts +20 -0
  29. package/dist/types-ts4.5/i18n/ja.d.ts +25 -0
  30. package/dist/types-ts4.5/i18n/ko.d.ts +20 -0
  31. package/dist/types-ts4.5/i18n/nb.d.ts +20 -0
  32. package/dist/types-ts4.5/i18n/nl.d.ts +20 -0
  33. package/dist/types-ts4.5/i18n/pl.d.ts +20 -0
  34. package/dist/types-ts4.5/i18n/pt_BR.d.ts +25 -0
  35. package/dist/types-ts4.5/i18n/pt_PT.d.ts +8 -0
  36. package/dist/types-ts4.5/i18n/ru.d.ts +25 -0
  37. package/dist/types-ts4.5/i18n/sk.d.ts +8 -0
  38. package/dist/types-ts4.5/i18n/sv.d.ts +20 -0
  39. package/dist/types-ts4.5/i18n/th.d.ts +20 -0
  40. package/dist/types-ts4.5/i18n/tr.d.ts +20 -0
  41. package/dist/types-ts4.5/i18n/uk.d.ts +25 -0
  42. package/dist/types-ts4.5/i18n/vi.d.ts +20 -0
  43. package/dist/types-ts4.5/i18n/zh.d.ts +20 -0
  44. package/dist/types-ts4.5/i18n/zh_TW.d.ts +20 -0
  45. package/dist/types-ts4.5/index.d.ts +11 -0
  46. package/dist/types-ts4.5/messages.d.ts +88 -0
  47. package/dist/types-ts4.5/react/hooks/use-bidi-warnings.d.ts +10 -0
  48. package/dist/types-ts4.5/react/hooks/use-in-viewport.d.ts +5 -0
  49. package/dist/types-ts4.5/react/index.d.ts +124 -0
  50. package/dist/types-ts4.5/react/marks/alignment.d.ts +4 -0
  51. package/dist/types-ts4.5/react/marks/annotation.d.ts +6 -0
  52. package/dist/types-ts4.5/react/marks/breakout.d.ts +6 -0
  53. package/dist/types-ts4.5/react/marks/code.d.ts +16 -0
  54. package/dist/types-ts4.5/react/marks/confluence-inline-comment.d.ts +8 -0
  55. package/dist/types-ts4.5/react/marks/data-consumer.d.ts +4 -0
  56. package/dist/types-ts4.5/react/marks/em.d.ts +3 -0
  57. package/dist/types-ts4.5/react/marks/fragment.d.ts +4 -0
  58. package/dist/types-ts4.5/react/marks/indentation.d.ts +4 -0
  59. package/dist/types-ts4.5/react/marks/index.d.ts +21 -0
  60. package/dist/types-ts4.5/react/marks/link.d.ts +9 -0
  61. package/dist/types-ts4.5/react/marks/strike.d.ts +3 -0
  62. package/dist/types-ts4.5/react/marks/strong.d.ts +3 -0
  63. package/dist/types-ts4.5/react/marks/subsup.d.ts +4 -0
  64. package/dist/types-ts4.5/react/marks/textColor.d.ts +4 -0
  65. package/dist/types-ts4.5/react/marks/underline.d.ts +3 -0
  66. package/dist/types-ts4.5/react/marks/unsupportedMark.d.ts +3 -0
  67. package/dist/types-ts4.5/react/marks/unsupportedNodeAttribute.d.ts +3 -0
  68. package/dist/types-ts4.5/react/nodes/blockCard.d.ts +15 -0
  69. package/dist/types-ts4.5/react/nodes/blockquote.d.ts +2 -0
  70. package/dist/types-ts4.5/react/nodes/bodiedExtension.d.ts +24 -0
  71. package/dist/types-ts4.5/react/nodes/bulletList.d.ts +5 -0
  72. package/dist/types-ts4.5/react/nodes/caption.d.ts +4 -0
  73. package/dist/types-ts4.5/react/nodes/codeBlock/codeBlock.d.ts +15 -0
  74. package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockButtonContainer.d.ts +12 -0
  75. package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockContainer.d.ts +10 -0
  76. package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockCopyButton.d.ts +9 -0
  77. package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockWrapButton.d.ts +11 -0
  78. package/dist/types-ts4.5/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +9 -0
  79. package/dist/types-ts4.5/react/nodes/codeBlock/windowedCodeBlock.d.ts +4 -0
  80. package/dist/types-ts4.5/react/nodes/date.d.ts +11 -0
  81. package/dist/types-ts4.5/react/nodes/decisionItem.d.ts +3 -0
  82. package/dist/types-ts4.5/react/nodes/decisionList.d.ts +7 -0
  83. package/dist/types-ts4.5/react/nodes/doc.d.ts +3 -0
  84. package/dist/types-ts4.5/react/nodes/embedCard.d.ts +19 -0
  85. package/dist/types-ts4.5/react/nodes/emoji.d.ts +12 -0
  86. package/dist/types-ts4.5/react/nodes/extension.d.ts +113 -0
  87. package/dist/types-ts4.5/react/nodes/fallback.d.ts +19 -0
  88. package/dist/types-ts4.5/react/nodes/hardBreak.d.ts +6 -0
  89. package/dist/types-ts4.5/react/nodes/heading-anchor.d.ts +14 -0
  90. package/dist/types-ts4.5/react/nodes/heading.d.ts +14 -0
  91. package/dist/types-ts4.5/react/nodes/index.d.ts +98 -0
  92. package/dist/types-ts4.5/react/nodes/inline.d.ts +1 -0
  93. package/dist/types-ts4.5/react/nodes/inlineCard.d.ts +65 -0
  94. package/dist/types-ts4.5/react/nodes/inlineExtension.d.ts +18 -0
  95. package/dist/types-ts4.5/react/nodes/layoutColumn.d.ts +6 -0
  96. package/dist/types-ts4.5/react/nodes/layoutSection.d.ts +2 -0
  97. package/dist/types-ts4.5/react/nodes/listItem.d.ts +2 -0
  98. package/dist/types-ts4.5/react/nodes/media/index.d.ts +27 -0
  99. package/dist/types-ts4.5/react/nodes/media/styles.d.ts +2 -0
  100. package/dist/types-ts4.5/react/nodes/mediaGroup.d.ts +30 -0
  101. package/dist/types-ts4.5/react/nodes/mediaInline.d.ts +38 -0
  102. package/dist/types-ts4.5/react/nodes/mediaSingle/index.d.ts +24 -0
  103. package/dist/types-ts4.5/react/nodes/mediaSingle/styles.d.ts +2 -0
  104. package/dist/types-ts4.5/react/nodes/mention.d.ts +13 -0
  105. package/dist/types-ts4.5/react/nodes/orderedList.d.ts +9 -0
  106. package/dist/types-ts4.5/react/nodes/panel.d.ts +17 -0
  107. package/dist/types-ts4.5/react/nodes/paragraph.d.ts +3 -0
  108. package/dist/types-ts4.5/react/nodes/placeholder.d.ts +6 -0
  109. package/dist/types-ts4.5/react/nodes/rule.d.ts +2 -0
  110. package/dist/types-ts4.5/react/nodes/status.d.ts +10 -0
  111. package/dist/types-ts4.5/react/nodes/table/colgroup.d.ts +9 -0
  112. package/dist/types-ts4.5/react/nodes/table/sticky.d.ts +43 -0
  113. package/dist/types-ts4.5/react/nodes/table/table.d.ts +7 -0
  114. package/dist/types-ts4.5/react/nodes/table/types.d.ts +12 -0
  115. package/dist/types-ts4.5/react/nodes/table.d.ts +282 -0
  116. package/dist/types-ts4.5/react/nodes/tableCell.d.ts +81 -0
  117. package/dist/types-ts4.5/react/nodes/tableRow.d.ts +24 -0
  118. package/dist/types-ts4.5/react/nodes/task-item-with-providers.d.ts +29 -0
  119. package/dist/types-ts4.5/react/nodes/taskItem.d.ts +19 -0
  120. package/dist/types-ts4.5/react/nodes/taskList.d.ts +8 -0
  121. package/dist/types-ts4.5/react/nodes/text-wrapper.d.ts +8 -0
  122. package/dist/types-ts4.5/react/nodes/unknownBlock.d.ts +2 -0
  123. package/dist/types-ts4.5/react/renderer-node.d.ts +5 -0
  124. package/dist/types-ts4.5/react/types.d.ts +58 -0
  125. package/dist/types-ts4.5/react/utils/appearance.d.ts +4 -0
  126. package/dist/types-ts4.5/react/utils/clipboard.d.ts +1 -0
  127. package/dist/types-ts4.5/react/utils/element-selection.d.ts +9 -0
  128. package/dist/types-ts4.5/react/utils/getCardClickHandler.d.ts +2 -0
  129. package/dist/types-ts4.5/react/utils/inject-props.d.ts +6 -0
  130. package/dist/types-ts4.5/react/utils/links.d.ts +3 -0
  131. package/dist/types-ts4.5/react/utils/lists.d.ts +2 -0
  132. package/dist/types-ts4.5/react/utils/performance/RenderTracking.d.ts +15 -0
  133. package/dist/types-ts4.5/react/utils/use-select-all-trap.d.ts +2 -0
  134. package/dist/types-ts4.5/render-document.d.ts +23 -0
  135. package/dist/types-ts4.5/renderer-context.d.ts +7 -0
  136. package/dist/types-ts4.5/serializer.d.ts +4 -0
  137. package/dist/types-ts4.5/steps/index.d.ts +14 -0
  138. package/dist/types-ts4.5/text/index.d.ts +8 -0
  139. package/dist/types-ts4.5/text/nodes/blockquote.d.ts +3 -0
  140. package/dist/types-ts4.5/text/nodes/bulletList.d.ts +3 -0
  141. package/dist/types-ts4.5/text/nodes/date.d.ts +3 -0
  142. package/dist/types-ts4.5/text/nodes/decisionItem.d.ts +3 -0
  143. package/dist/types-ts4.5/text/nodes/hardBreak.d.ts +3 -0
  144. package/dist/types-ts4.5/text/nodes/heading.d.ts +3 -0
  145. package/dist/types-ts4.5/text/nodes/index.d.ts +6 -0
  146. package/dist/types-ts4.5/text/nodes/inlineCard.d.ts +3 -0
  147. package/dist/types-ts4.5/text/nodes/listItem.d.ts +3 -0
  148. package/dist/types-ts4.5/text/nodes/mediaGroup.d.ts +3 -0
  149. package/dist/types-ts4.5/text/nodes/mention.d.ts +3 -0
  150. package/dist/types-ts4.5/text/nodes/orderedList.d.ts +3 -0
  151. package/dist/types-ts4.5/text/nodes/panel.d.ts +3 -0
  152. package/dist/types-ts4.5/text/nodes/paragraph.d.ts +3 -0
  153. package/dist/types-ts4.5/text/nodes/rule.d.ts +3 -0
  154. package/dist/types-ts4.5/text/nodes/status.d.ts +3 -0
  155. package/dist/types-ts4.5/text/nodes/table.d.ts +3 -0
  156. package/dist/types-ts4.5/text/nodes/taskItem.d.ts +3 -0
  157. package/dist/types-ts4.5/text/nodes/unknown.d.ts +3 -0
  158. package/dist/types-ts4.5/text-serializer.d.ts +1 -0
  159. package/dist/types-ts4.5/types/i18n.d.ts +5 -0
  160. package/dist/types-ts4.5/types/mediaOptions.d.ts +13 -0
  161. package/dist/types-ts4.5/types/smartLinksOptions.d.ts +7 -0
  162. package/dist/types-ts4.5/ui/Expand.d.ts +23 -0
  163. package/dist/types-ts4.5/ui/ExtensionRenderer.d.ts +42 -0
  164. package/dist/types-ts4.5/ui/MediaCard.d.ts +79 -0
  165. package/dist/types-ts4.5/ui/Renderer/ErrorBoundary.d.ts +24 -0
  166. package/dist/types-ts4.5/ui/Renderer/breakout-ssr.d.ts +11 -0
  167. package/dist/types-ts4.5/ui/Renderer/click-to-edit.d.ts +6 -0
  168. package/dist/types-ts4.5/ui/Renderer/index.d.ts +38 -0
  169. package/dist/types-ts4.5/ui/Renderer/style.d.ts +16 -0
  170. package/dist/types-ts4.5/ui/Renderer/truncated-wrapper.d.ts +12 -0
  171. package/dist/types-ts4.5/ui/Renderer/types.d.ts +16 -0
  172. package/dist/types-ts4.5/ui/RendererActionsContext/WithRendererActions.d.ts +6 -0
  173. package/dist/types-ts4.5/ui/RendererActionsContext/index.d.ts +9 -0
  174. package/dist/types-ts4.5/ui/SmartCardStorage.d.ts +60 -0
  175. package/dist/types-ts4.5/ui/SortingIcon.d.ts +23 -0
  176. package/dist/types-ts4.5/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +15 -0
  177. package/dist/types-ts4.5/ui/TaskItemsFormatContext/index.d.ts +2 -0
  178. package/dist/types-ts4.5/ui/active-header-id-provider.d.ts +18 -0
  179. package/dist/types-ts4.5/ui/annotations/context.d.ts +27 -0
  180. package/dist/types-ts4.5/ui/annotations/draft/component.d.ts +20 -0
  181. package/dist/types-ts4.5/ui/annotations/draft/dom.d.ts +7 -0
  182. package/dist/types-ts4.5/ui/annotations/draft/index.d.ts +2 -0
  183. package/dist/types-ts4.5/ui/annotations/draft/position.d.ts +2 -0
  184. package/dist/types-ts4.5/ui/annotations/draft/text.d.ts +13 -0
  185. package/dist/types-ts4.5/ui/annotations/element/index.d.ts +10 -0
  186. package/dist/types-ts4.5/ui/annotations/element/mark.d.ts +14 -0
  187. package/dist/types-ts4.5/ui/annotations/hooks/index.d.ts +3 -0
  188. package/dist/types-ts4.5/ui/annotations/hooks/use-events.d.ts +18 -0
  189. package/dist/types-ts4.5/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +1 -0
  190. package/dist/types-ts4.5/ui/annotations/hooks/use-inline-comments-filter.d.ts +9 -0
  191. package/dist/types-ts4.5/ui/annotations/hooks/use-load-annotations.d.ts +6 -0
  192. package/dist/types-ts4.5/ui/annotations/hooks/user-selection.d.ts +9 -0
  193. package/dist/types-ts4.5/ui/annotations/hooks/utils.d.ts +2 -0
  194. package/dist/types-ts4.5/ui/annotations/index.d.ts +5 -0
  195. package/dist/types-ts4.5/ui/annotations/selection/index.d.ts +1 -0
  196. package/dist/types-ts4.5/ui/annotations/selection/mounter.d.ts +20 -0
  197. package/dist/types-ts4.5/ui/annotations/selection/range-validator.d.ts +13 -0
  198. package/dist/types-ts4.5/ui/annotations/selection/wrapper.d.ts +8 -0
  199. package/dist/types-ts4.5/ui/annotations/types.d.ts +22 -0
  200. package/dist/types-ts4.5/ui/annotations/view/index.d.ts +7 -0
  201. package/dist/types-ts4.5/ui/index.d.ts +1 -0
  202. package/dist/types-ts4.5/ui/renderer-props.d.ts +115 -0
  203. package/dist/types-ts4.5/use-feature-flags.d.ts +2 -0
  204. package/dist/types-ts4.5/utils.d.ts +24 -0
  205. package/package.json +3 -3
  206. package/tmp/api-report-tmp.d.ts +552 -0
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function Em(props: MarkProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { FragmentAttributes } from '@atlaskit/adf-schema';
3
+ import { MarkProps } from '../types';
4
+ export default function FragmentMark(props: MarkProps<FragmentAttributes>): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IndentationMarkAttributes } from '@atlaskit/adf-schema';
3
+ import { MarkProps } from '../types';
4
+ export default function Indentation(props: MarkProps<IndentationMarkAttributes>): JSX.Element;
@@ -0,0 +1,21 @@
1
+ import { ComponentType } from 'react';
2
+ import { Mark } from '@atlaskit/editor-prosemirror/model';
3
+ import Code from './code';
4
+ import Em from './em';
5
+ import Link from './link';
6
+ import Strike from './strike';
7
+ import Strong from './strong';
8
+ import Subsup from './subsup';
9
+ import TextColor from './textColor';
10
+ import Underline from './underline';
11
+ import Breakout from './breakout';
12
+ import UnsupportedMark from './unsupportedMark';
13
+ import UnsupportedNodeAttribute from './unsupportedNodeAttribute';
14
+ import DataConsumer from './data-consumer';
15
+ import FragmentMark from './fragment';
16
+ import Annotation, { isAnnotationMark } from './annotation';
17
+ export declare const markToReact: {
18
+ [key: string]: ComponentType<any>;
19
+ };
20
+ export declare const toReact: (mark: Mark) => ComponentType<any>;
21
+ export { Code, Em, Link, Strike, Strong, Subsup, TextColor, Underline, Breakout, Annotation, UnsupportedMark, isAnnotationMark, UnsupportedNodeAttribute, DataConsumer, FragmentMark, };
@@ -0,0 +1,9 @@
1
+ import { jsx } from '@emotion/react';
2
+ import { LinkAttributes } from '@atlaskit/adf-schema';
3
+ import { MarkProps } from '../types';
4
+ interface LinkProps extends LinkAttributes {
5
+ target?: string;
6
+ isMediaLink?: boolean;
7
+ }
8
+ export default function Link(props: MarkProps<LinkProps>): jsx.JSX.Element;
9
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function Strike(props: MarkProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function Strong(props: MarkProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { SubSupAttributes } from '@atlaskit/adf-schema';
3
+ import { MarkProps } from '../types';
4
+ export default function SubSup(props: MarkProps<SubSupAttributes>): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { TextColorAttributes } from '@atlaskit/adf-schema';
3
+ import { MarkProps } from '../types';
4
+ export default function TextColor(props: MarkProps<TextColorAttributes>): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function Underline(props: MarkProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function UnsupportedMark(props: MarkProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MarkProps } from '../types';
3
+ export default function UnsupportedNodeAttribute(props: MarkProps): JSX.Element;
@@ -0,0 +1,15 @@
1
+ import { jsx } from '@emotion/react';
2
+ import type { EventHandlers } from '@atlaskit/editor-common/ui';
3
+ import type { RendererAppearance } from '../../ui/Renderer/types';
4
+ import type { SmartLinksOptions } from '../../types/smartLinksOptions';
5
+ import type { DatasourceAttributeProperties } from '@atlaskit/adf-schema/schema';
6
+ export default function BlockCard(props: {
7
+ url?: string;
8
+ data?: object;
9
+ eventHandlers?: EventHandlers;
10
+ datasource?: DatasourceAttributeProperties;
11
+ portal?: HTMLElement;
12
+ rendererAppearance?: RendererAppearance;
13
+ smartLinks?: SmartLinksOptions;
14
+ layout?: string;
15
+ }): jsx.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function Blockquote(props: React.Props<any>): JSX.Element;
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import type { Mark as PMMark, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
3
+ import type { RendererContext } from '../types';
4
+ import type { Serializer } from '../..';
5
+ import type { ExtensionLayout } from '@atlaskit/adf-schema';
6
+ import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
7
+ import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
8
+ export interface Props {
9
+ serializer: Serializer<any>;
10
+ extensionHandlers?: ExtensionHandlers;
11
+ rendererContext: RendererContext;
12
+ providers: ProviderFactory;
13
+ extensionType: string;
14
+ extensionKey: string;
15
+ path?: PMNode[];
16
+ originalContent?: any;
17
+ parameters?: any;
18
+ content?: any;
19
+ layout?: ExtensionLayout;
20
+ localId?: string;
21
+ marks?: PMMark[];
22
+ }
23
+ declare const BodiedExtension: React.FunctionComponent<Props>;
24
+ export default BodiedExtension;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { Node } from '@atlaskit/editor-prosemirror/model';
3
+ export default function BulletList(props: {
4
+ path?: Node[];
5
+ } & React.Props<any>): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { NodeProps } from '../types';
3
+ declare const RenderCaption: ({ children, dataAttributes }: NodeProps) => JSX.Element;
4
+ export default RenderCaption;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { WrappedComponentProps } from 'react-intl-next';
3
+ import type { SupportedLanguages } from '@atlaskit/code';
4
+ export interface Props {
5
+ text: string;
6
+ language: SupportedLanguages;
7
+ allowCopyToClipboard?: boolean;
8
+ allowWrapCodeBlock?: boolean;
9
+ codeBidiWarningTooltipEnabled: boolean;
10
+ className?: string;
11
+ }
12
+ declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
13
+ WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps<"intl">>;
14
+ };
15
+ export default _default;
@@ -0,0 +1,12 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import type { Dispatch, SetStateAction } from 'react';
4
+ export interface CodeBlockButtonContainerProps {
5
+ allowCopyToClipboard?: boolean;
6
+ allowWrapCodeBlock?: boolean;
7
+ setWrapLongLines: Dispatch<SetStateAction<boolean>>;
8
+ text: string;
9
+ wrapLongLines: boolean;
10
+ }
11
+ declare const CodeBlockButtonContainer: ({ allowCopyToClipboard, allowWrapCodeBlock, setWrapLongLines, text, wrapLongLines, }: CodeBlockButtonContainerProps) => jsx.JSX.Element;
12
+ export default CodeBlockButtonContainer;
@@ -0,0 +1,10 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import type { ReactNode } from 'react';
4
+ import type { CodeBlockButtonContainerProps } from './codeBlockButtonContainer';
5
+ interface ContainerProps extends CodeBlockButtonContainerProps {
6
+ children: ReactNode;
7
+ className?: string;
8
+ }
9
+ declare const CodeBlockContainer: ({ allowCopyToClipboard, allowWrapCodeBlock, children, className, setWrapLongLines, text, wrapLongLines, }: ContainerProps) => jsx.JSX.Element;
10
+ export default CodeBlockContainer;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { WrappedComponentProps } from 'react-intl-next';
3
+ type Props = {
4
+ content: string;
5
+ };
6
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
7
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ };
9
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { Dispatch, SetStateAction } from 'react';
3
+ import { WrappedComponentProps } from 'react-intl-next';
4
+ type Props = {
5
+ setWrapLongLines: Dispatch<SetStateAction<boolean>>;
6
+ wrapLongLines?: boolean;
7
+ };
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
10
+ };
11
+ export default _default;
@@ -0,0 +1,9 @@
1
+ /** @jsx jsx */
2
+ import React from 'react';
3
+ import type { Props as CodeBlockProps } from '../codeBlock';
4
+ export declare const LightWeightCodeBlockCssClassName: {
5
+ CONTAINER: string;
6
+ };
7
+ export declare const getLightWeightCodeBlockStylesForRootRendererStyleSheet: () => import("@emotion/react").SerializedStyles;
8
+ declare const LightWeightCodeBlock: React.ForwardRefExoticComponent<Pick<CodeBlockProps, "text" | "className" | "codeBidiWarningTooltipEnabled"> & React.RefAttributes<HTMLDivElement>>;
9
+ export default LightWeightCodeBlock;
@@ -0,0 +1,4 @@
1
+ import { jsx } from '@emotion/react';
2
+ import type { Props as CodeBlockProps } from './codeBlock';
3
+ declare const WindowedCodeBlock: ({ text, language, allowCopyToClipboard, allowWrapCodeBlock, codeBidiWarningTooltipEnabled, className: rootClassName, }: CodeBlockProps) => jsx.JSX.Element;
4
+ export default WindowedCodeBlock;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { WrappedComponentProps } from 'react-intl-next';
3
+ export interface Props {
4
+ timestamp: string;
5
+ parentIsIncompleteTask?: boolean;
6
+ }
7
+ export declare const DateComponent: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
8
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ };
10
+ declare function DateWithFormatContext(props: Props): JSX.Element;
11
+ export default DateWithFormatContext;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { NodeProps } from '../types';
3
+ export default function DecisionItem({ children, dataAttributes }: NodeProps): JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { PureComponent } from 'react';
2
+ export interface Props {
3
+ children?: JSX.Element | JSX.Element[];
4
+ }
5
+ export default class DecisionList extends PureComponent<Props, {}> {
6
+ render(): JSX.Element | null;
7
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export default function Doc(props: any): JSX.Element;
3
+ export declare function DocWithSelectAllTrap(props: any): JSX.Element;
@@ -0,0 +1,19 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import type { SmartLinksOptions } from '../../types/smartLinksOptions';
4
+ import type { EventHandlers } from '@atlaskit/editor-common/ui';
5
+ import type { RichMediaLayout } from '@atlaskit/adf-schema';
6
+ import type { RendererAppearance } from '../../ui/Renderer/types';
7
+ export default function EmbedCard(props: {
8
+ url?: string;
9
+ data?: object;
10
+ eventHandlers?: EventHandlers;
11
+ portal?: HTMLElement;
12
+ originalHeight?: number;
13
+ originalWidth?: number;
14
+ width?: number;
15
+ layout: RichMediaLayout;
16
+ rendererAppearance?: RendererAppearance;
17
+ isInsideOfBlockNode?: boolean;
18
+ smartLinks?: SmartLinksOptions;
19
+ }): jsx.JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { EmojiAttributes } from '@atlaskit/adf-schema';
2
+ import { EmojiResourceConfig } from '@atlaskit/emoji/resource';
3
+ import { PureComponent } from 'react';
4
+ import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
5
+ export interface EmojiProps extends EmojiAttributes {
6
+ providers?: ProviderFactory;
7
+ resourceConfig?: EmojiResourceConfig;
8
+ fitToHeight?: number;
9
+ }
10
+ export default class EmojiItem extends PureComponent<EmojiProps, {}> {
11
+ render(): JSX.Element;
12
+ }
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ import { Mark as PMMark, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
3
+ import { RendererContext } from '../types';
4
+ import { ExtensionLayout } from '@atlaskit/adf-schema';
5
+ import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
6
+ import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
7
+ import type { OverflowShadowProps } from '@atlaskit/editor-common/ui';
8
+ export interface Props {
9
+ extensionHandlers?: ExtensionHandlers;
10
+ providers: ProviderFactory;
11
+ rendererContext: RendererContext;
12
+ extensionType: string;
13
+ extensionKey: string;
14
+ path?: PMNode[];
15
+ text?: string;
16
+ parameters?: any;
17
+ layout?: ExtensionLayout;
18
+ localId?: string;
19
+ marks?: PMMark[];
20
+ }
21
+ type AllOrNone<T> = T | {
22
+ [K in keyof T]?: never;
23
+ };
24
+ type RenderExtensionOptions = {
25
+ isTopLevel?: boolean;
26
+ } & AllOrNone<OverflowShadowProps>;
27
+ export declare const renderExtension: (content: any, layout: string, options?: RenderExtensionOptions, removeOverflow?: boolean) => JSX.Element;
28
+ declare const _default: {
29
+ new (props: Props | Readonly<Props>): {
30
+ overflowContainer?: HTMLElement | null | undefined;
31
+ container?: HTMLElement | undefined;
32
+ shadowObserver?: import("@atlaskit/editor-common/ui").ShadowObserver | undefined;
33
+ overflowContainerWidth: number;
34
+ scrollable?: NodeList | undefined;
35
+ diff?: number | undefined;
36
+ state: {
37
+ showLeftShadow: boolean;
38
+ showRightShadow: boolean;
39
+ };
40
+ componentWillUnmount(): void;
41
+ componentDidUpdate(): void;
42
+ handleScroll: (event: Event) => void;
43
+ updateShadows: () => void;
44
+ showLeftShadow: (overflowContainer: HTMLElement | null | undefined) => boolean;
45
+ calcOverflowDiff: () => number;
46
+ calcScrollableWidth: () => number;
47
+ handleContainer: (container: HTMLElement | null) => void;
48
+ initShadowObserver(): void;
49
+ render(): JSX.Element;
50
+ context: any;
51
+ setState<K extends keyof import("@atlaskit/editor-common/ui").OverflowShadowState>(state: import("@atlaskit/editor-common/ui").OverflowShadowState | ((prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, props: Readonly<Props>) => import("@atlaskit/editor-common/ui").OverflowShadowState | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K> | null) | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K> | null, callback?: (() => void) | undefined): void;
52
+ forceUpdate(callback?: (() => void) | undefined): void;
53
+ readonly props: Readonly<Props> & Readonly<{
54
+ children?: React.ReactNode;
55
+ }>;
56
+ refs: {
57
+ [key: string]: React.ReactInstance;
58
+ };
59
+ componentDidMount?(): void;
60
+ shouldComponentUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): boolean;
61
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
62
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Props>, prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>): any;
63
+ componentWillMount?(): void;
64
+ UNSAFE_componentWillMount?(): void;
65
+ componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
66
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
67
+ componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
68
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
69
+ };
70
+ new (props: Props, context: any): {
71
+ overflowContainer?: HTMLElement | null | undefined;
72
+ container?: HTMLElement | undefined;
73
+ shadowObserver?: import("@atlaskit/editor-common/ui").ShadowObserver | undefined;
74
+ overflowContainerWidth: number;
75
+ scrollable?: NodeList | undefined;
76
+ diff?: number | undefined;
77
+ state: {
78
+ showLeftShadow: boolean;
79
+ showRightShadow: boolean;
80
+ };
81
+ componentWillUnmount(): void;
82
+ componentDidUpdate(): void;
83
+ handleScroll: (event: Event) => void;
84
+ updateShadows: () => void;
85
+ showLeftShadow: (overflowContainer: HTMLElement | null | undefined) => boolean;
86
+ calcOverflowDiff: () => number;
87
+ calcScrollableWidth: () => number;
88
+ handleContainer: (container: HTMLElement | null) => void;
89
+ initShadowObserver(): void;
90
+ render(): JSX.Element;
91
+ context: any;
92
+ setState<K_1 extends keyof import("@atlaskit/editor-common/ui").OverflowShadowState>(state: import("@atlaskit/editor-common/ui").OverflowShadowState | ((prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, props: Readonly<Props>) => import("@atlaskit/editor-common/ui").OverflowShadowState | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K_1> | null) | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K_1> | null, callback?: (() => void) | undefined): void;
93
+ forceUpdate(callback?: (() => void) | undefined): void;
94
+ readonly props: Readonly<Props> & Readonly<{
95
+ children?: React.ReactNode;
96
+ }>;
97
+ refs: {
98
+ [key: string]: React.ReactInstance;
99
+ };
100
+ componentDidMount?(): void;
101
+ shouldComponentUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): boolean;
102
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
103
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Props>, prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>): any;
104
+ componentWillMount?(): void;
105
+ UNSAFE_componentWillMount?(): void;
106
+ componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
107
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
108
+ componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
109
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
110
+ };
111
+ contextType?: React.Context<any> | undefined;
112
+ };
113
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export type CardErrorBoundaryProps = {
3
+ unsupportedComponent: React.ComponentType;
4
+ };
5
+ export declare class CardErrorBoundary extends React.PureComponent<{
6
+ url?: string;
7
+ onClick?: (e: React.MouseEvent<HTMLElement>, url?: string) => void;
8
+ isDatasource?: boolean;
9
+ } & CardErrorBoundaryProps> {
10
+ state: {
11
+ isError: boolean;
12
+ };
13
+ onClickFallback: (e: React.MouseEvent<HTMLElement>) => void;
14
+ static getDerivedStateFromError(): {
15
+ isError: boolean;
16
+ };
17
+ render(): React.ReactNode;
18
+ componentDidCatch(_error: Error): void;
19
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ forceNewLine?: boolean;
4
+ }
5
+ declare const HardBreak: React.FunctionComponent<Props>;
6
+ export default HardBreak;
@@ -0,0 +1,14 @@
1
+ /** @jsx jsx */
2
+ import React from 'react';
3
+ import { WrappedComponentProps } from 'react-intl-next';
4
+ export declare const HeadingAnchorWrapperClassName = "heading-anchor-wrapper";
5
+ type Props = {
6
+ onCopyText: () => Promise<void>;
7
+ enableNestedHeaderLinks?: boolean;
8
+ level: number;
9
+ };
10
+ type HeadingAnchorProps = Props & React.Props<any> & WrappedComponentProps;
11
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<HeadingAnchorProps>> & {
12
+ WrappedComponent: React.ComponentType<HeadingAnchorProps>;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
3
+ import { NodeProps } from '../types';
4
+ import { HeadingAnchorLinksProps } from '../../ui/Renderer/types';
5
+ export type HeadingLevels = 1 | 2 | 3 | 4 | 5 | 6;
6
+ declare function Heading(props: NodeProps<{
7
+ level: HeadingLevels;
8
+ headingId?: string;
9
+ showAnchorLink?: boolean;
10
+ allowHeadingAnchorLinks?: HeadingAnchorLinksProps;
11
+ marks?: PMNode['marks'];
12
+ invisible?: boolean;
13
+ }>): JSX.Element;
14
+ export default Heading;
@@ -0,0 +1,98 @@
1
+ import React from 'react';
2
+ import Loadable from 'react-loadable';
3
+ import { Fragment, Node, Mark } from '@atlaskit/editor-prosemirror/model';
4
+ import Blockquote from './blockquote';
5
+ import BodiedExtension, { Props as BodiedExtensionProps } from './bodiedExtension';
6
+ import BulletList from './bulletList';
7
+ import Doc, { DocWithSelectAllTrap } from './doc';
8
+ import Extension, { Props as ExtensionProps } from './extension';
9
+ import HardBreak from './hardBreak';
10
+ import Heading from './heading';
11
+ import InlineExtension, { Props as InlineExtensionProps } from './inlineExtension';
12
+ import LayoutSection from './layoutSection';
13
+ import LayoutColumn from './layoutColumn';
14
+ import ListItem from './listItem';
15
+ import Caption from './caption';
16
+ import OrderedList from './orderedList';
17
+ import Paragraph from './paragraph';
18
+ import Placeholder from './placeholder';
19
+ import Rule from './rule';
20
+ import Table from './table';
21
+ import { TableCell } from './tableCell';
22
+ import TableRow from './tableRow';
23
+ import UnknownBlock from './unknownBlock';
24
+ import { NodeComponentsProps } from '../../ui/Renderer/types';
25
+ declare const WindowedCodeBlock: React.ComponentType<import("./codeBlock/codeBlock").Props> & Loadable.LoadableComponent;
26
+ declare const CodeBlock: React.ComponentType<import("react-intl-next").WithIntlProps<import("./codeBlock/codeBlock").Props & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
27
+ declare const TaskList: React.ComponentType<import("./taskList").Props> & Loadable.LoadableComponent;
28
+ declare const TaskItem: React.ComponentType<import("../types").NodeProps<import("./taskItem").Props>> & Loadable.LoadableComponent;
29
+ declare const DecisionList: React.ComponentType<import("./decisionList").Props> & Loadable.LoadableComponent;
30
+ declare const DecisionItem: React.ComponentType<import("../types").NodeMeta> & Loadable.LoadableComponent;
31
+ declare const Date: React.ComponentType<import("./date").Props> & Loadable.LoadableComponent;
32
+ declare const Status: React.ComponentType<import("./status").Props> & Loadable.LoadableComponent;
33
+ declare const Emoji: React.ComponentType<import("./emoji").EmojiProps> & Loadable.LoadableComponent;
34
+ declare const Panel: React.ComponentType<import("./panel").Props> & Loadable.LoadableComponent;
35
+ declare const EmbedCard: React.ComponentType<{
36
+ url?: string | undefined;
37
+ data?: object | undefined;
38
+ eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
39
+ portal?: HTMLElement | undefined;
40
+ originalHeight?: number | undefined;
41
+ originalWidth?: number | undefined;
42
+ width?: number | undefined;
43
+ layout: import("@atlaskit/adf-schema").RichMediaLayout;
44
+ rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
45
+ isInsideOfBlockNode?: boolean | undefined;
46
+ smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
47
+ }> & Loadable.LoadableComponent;
48
+ declare const InlineCard: React.ComponentType<import("@atlaskit/editor-common/utils").Diff<import("./inlineCard").InlineCardProps & import("../../ui/SmartCardStorage").WithSmartCardStorageProps, import("../../ui/SmartCardStorage").WithSmartCardStorageProps>> & Loadable.LoadableComponent;
49
+ declare const BlockCard: React.ComponentType<{
50
+ url?: string | undefined;
51
+ data?: object | undefined;
52
+ eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
53
+ datasource?: import("@atlaskit/adf-schema").DatasourceAttributeProperties | undefined;
54
+ portal?: HTMLElement | undefined;
55
+ rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
56
+ smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
57
+ layout?: string | undefined;
58
+ }> & Loadable.LoadableComponent;
59
+ declare const Media: React.ComponentType<import("./media").MediaProps> & Loadable.LoadableComponent;
60
+ declare const MediaGroup: React.ComponentType<import("./mediaGroup").MediaGroupProps> & Loadable.LoadableComponent;
61
+ declare const MediaInline: React.ComponentType<import("react-intl-next").WithIntlProps<import("./mediaInline").MediaInlineProps & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
62
+ declare const MediaSingle: React.ComponentType<import("react-intl-next").WithIntlProps<import("./mediaSingle").Props & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
63
+ declare const Mention: React.ComponentType<import("./mention").Props> & Loadable.LoadableComponent;
64
+ declare const Expand: React.ComponentType<import("react-intl-next").WithIntlProps<import("../../ui/Expand").ExpandProps & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
65
+ export declare const nodeToReact: {
66
+ [key: string]: React.ComponentType<any>;
67
+ };
68
+ export interface ToReactFlags {
69
+ allowSelectAllTrap?: boolean;
70
+ allowWindowedCodeBlock?: boolean;
71
+ }
72
+ export declare const toReact: (node: Node, flags?: ToReactFlags, nodeComponents?: NodeComponentsProps) => React.ComponentType<any>;
73
+ export interface TextWrapper {
74
+ type: {
75
+ name: 'textWrapper';
76
+ };
77
+ content: Node[];
78
+ nodeSize: number;
79
+ }
80
+ export interface NodeSimple {
81
+ type: {
82
+ name: string;
83
+ };
84
+ attrs?: any;
85
+ text?: string;
86
+ nodeSize: number;
87
+ }
88
+ export declare const mergeTextNodes: (nodes: (Node | NodeSimple)[]) => (Node | TextWrapper | NodeSimple)[];
89
+ export declare const isText: (type: string) => type is "text";
90
+ export declare const isTextWrapper: (node: Node | TextWrapper | NodeSimple) => node is TextWrapper;
91
+ export declare function isTextNode(node: Node | Mark): node is Node;
92
+ /**
93
+ * Detects whether a fragment contains a single paragraph node
94
+ * whose content satisfies the condition for an emoji block
95
+ */
96
+ export declare const isEmojiDoc: (doc: Fragment) => boolean;
97
+ export { Blockquote, BodiedExtension, BulletList, BlockCard, Caption, CodeBlock, WindowedCodeBlock, Date, DecisionItem, DecisionList, Doc, DocWithSelectAllTrap, Emoji, Extension, Expand, HardBreak, Heading, ListItem, InlineCard, InlineExtension, LayoutSection, LayoutColumn, Media, MediaGroup, MediaInline, MediaSingle, Mention, OrderedList, Panel, Paragraph, Placeholder, Rule, Status, TaskItem, TaskList, Table, TableCell, TableRow, UnknownBlock, EmbedCard, };
98
+ export type { BodiedExtensionProps, ExtensionProps, InlineExtensionProps };
@@ -0,0 +1 @@
1
+ export default function Inline(props: any): any;