npm package diff

Package: @forge/react

Versions: 10.8.0 - 10.9.0-next.0

File: package/out/components/index.d.ts

Index: package/out/components/index.d.ts
===================================================================
--- package/out/components/index.d.ts
+++ package/out/components/index.d.ts
@@ -1,8 +1,9 @@
 import { ForgeElement, MarkupProps, NativeImageProps as ImageProps, NativeLinkProps as LinkProps, NativeTextProps as TextProps, NativeUserPickerProps as UserPickerProps, UserGroupProps, UserProps, FrameProps } from '../types/index';
 import { CheckboxGroupProps as UIKitCheckboxGroupProps } from '@atlaskit/forge-react-types';
 export { InlineEdit } from './inline-edit';
 export { Popup } from './popup';
+export { AdfRenderer } from './adf-renderer';
 export { UserPickerValue } from '../types/index';
 export declare const Image: (props: ImageProps) => ForgeElement;
 export declare const Link: (props: LinkProps) => ForgeElement;
 export declare const Text: (props: TextProps) => ForgeElement;