@forge/react

10.8.010.9.0-next.0
out/components/index.d.ts
~out/components/index.d.tsModified
+1
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;