@forge/react

11.17.0-experimental-04cc2b911.18.0-next.0
out/components/adf-renderer.d.ts
~out/components/adf-renderer.d.tsModified
+1−1
Index: package/out/components/adf-renderer.d.ts
===================================================================
--- package/out/components/adf-renderer.d.ts
+++ package/out/components/adf-renderer.d.ts
@@ -1,7 +1,7 @@
 import type { AdfRendererProps as PlatformAdfRendererProps } from '@atlaskit/forge-react-types';
 import type { Visitor } from '@atlaskit/adf-utils';
-type AdfRendererProps = Omit<PlatformAdfRendererProps, 'documentWithoutMedia'> & {
+declare type AdfRendererProps = Omit<PlatformAdfRendererProps, 'documentWithoutMedia'> & {
     replaceUnsupportedNode?: Visitor;
 };
 /**
  * The AdfRenderer component provides a way to render a valid ADF document, using the same renderer that Atlassian uses internally to render ADF content in Confluence pages, Jira work items, and so on.