npm package diff
Package: @forge/react
Versions: 10.10.0 - 10.10.1-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,6 +1,7 @@
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 { DynamicTable } from './dynamic-table';
export { InlineEdit } from './inline-edit';
export { Popup } from './popup';
export { AdfRenderer } from './adf-renderer';
export { UserPickerValue } from '../types/index';