<!-- API Report Version: 2.3 -->

## API Report File for "@atlaskit/section-message"

> Do not edit this file. This report is auto-generated using
> [API Extractor](https://api-extractor.com/).
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)

### Table of contents

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

### Main Entry Types

<!--SECTION START: Main Entry Types-->

```ts
import { default as React_2 } from 'react';
import type { ReactElement } from 'react';
import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';

// @public
export type Appearance = 'discovery' | 'error' | 'information' | 'success' | 'warning';

// @public
const SectionMessage: React_2.ForwardRefExoticComponent<
	SectionMessageProps & React_2.RefAttributes<HTMLElement>
>;
export default SectionMessage;

// @public
export const SectionMessageAction: React_2.NamedExoticComponent<SectionMessageActionProps>;

// @public (undocumented)
export interface SectionMessageActionProps {
	children: React.ReactNode;
	href?: string;
	linkComponent?: React.ComponentType<any>;
	onClick?: (e: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
	testId?: string;
}

// @public (undocumented)
export interface SectionMessageProps {
	actions?: ReactElement | ReactElement<SectionMessageActionProps>[];
	appearance?: Appearance;
	children: React.ReactNode;
	icon?: React.ElementType;
	testId?: string;
	title?: string;
}

// (No @packageDocumentation comment for this package)
```

<!--SECTION END: Main Entry Types-->

### Peer Dependencies

<!--SECTION START: Peer Dependencies-->

```json
{
	"react": "^16.8.0"
}
```

<!--SECTION END: Peer Dependencies-->
