@forge/react
10.10.010.10.1-next.0
out/components/index.d.tsout/components/index.d.ts+1
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';