@forge/react
11.11.0-next.311.11.0-next.4
out/components/index.d.ts~
out/components/index.d.tsModified+6−1
Index: package/out/components/index.d.ts
===================================================================
--- package/out/components/index.d.ts
+++ package/out/components/index.d.ts
@@ -1,5 +1,5 @@
-import { ForgeElement, MarkupProps, NativeLinkProps as LinkProps, NativeUserPickerProps as UserPickerProps, UserGroupProps, FrameProps } from '../types/index';
+import { ForgeElement, MarkupProps, NativeLinkProps as LinkProps, NativeUserPickerProps as UserPickerProps, UserGroupProps } 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';
@@ -35,8 +35,13 @@
export declare const UserGroup: (props: UserGroupProps) => ForgeElement;
export declare const Em: (props: MarkupProps) => ForgeElement;
export declare const Strike: (props: MarkupProps) => ForgeElement;
export declare const Strong: (props: MarkupProps) => ForgeElement;
+declare type FrameProps = {
+ resource: string;
+ height?: string;
+ width?: string;
+};
/**
* `Frame` component is in EAP (Early Access Program).
*
* For more information, see the {@link https://developer.atlassian.com/platform/forge/ui-kit/components/frame|Frame component} documentation.