@forge/react
11.14.2-next.311.14.2-next.4
out/components/index.d.ts~
out/components/index.d.tsModified−23
Index: package/out/components/index.d.ts
===================================================================
--- package/out/components/index.d.ts
+++ package/out/components/index.d.ts
@@ -5,32 +5,9 @@
export { Popup } from './popup';
export { Comment } from './comment';
export { AdfRenderer } from './adf-renderer';
export type { UserPickerValue } from '@atlaskit/forge-react-types';
-declare type UserProps = {
- accountId: string;
- hideDisplayName?: boolean;
-};
/**
- * A component that represents a user, displaying details such as name and profile picture.
- *
- * @see [User](https://developer.atlassian.com/platform/forge/ui-kit/components/user/) in UI Kit documentation for more information
- */
-export declare const User: (props: UserProps) => ForgeElement;
-export interface ImageProps {
- src: string;
- alt?: string;
- size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
- height?: string | number;
- width?: string | number;
-}
-/**
- * An image component to display images.
- *
- * @see [Image](https://developer.atlassian.com/platform/forge/ui-kit/components/image/) in UI Kit documentation for more information
- */
-export declare const Image: (props: ImageProps) => ForgeElement;
-/**
* @deprecated - UIKit 1 specific component
*/
export declare const Em: (props: MarkupProps) => ForgeElement;
/**