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

## API Report File for "@atlaskit/blanket"

> 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
/// <reference types="react" />

import { ForwardRefExoticComponent } from 'react';
import { MemoExoticComponent } from 'react';
import { ReactNode } from 'react';
import { RefAttributes } from 'react';
import UIAnalyticsEvent from '@atlaskit/analytics-next/UIAnalyticsEvent';

// @public
const Blanket: MemoExoticComponent<
	ForwardRefExoticComponent<BlanketProps & RefAttributes<HTMLDivElement>>
>;
export default Blanket;

// @public (undocumented)
export interface BlanketProps {
	analyticsContext?: Record<string, any>;
	children?: ReactNode;
	isTinted?: boolean;
	onBlanketClicked?: (
		event: React.MouseEvent<HTMLDivElement>,
		analyticsEvent: UIAnalyticsEvent,
	) => void;
	shouldAllowClickThrough?: boolean;
	testId?: 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-->
