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

## API Report File for "@atlaskit/give-kudos"

> 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 { jsx } from '@emotion/react';
import { LazyExoticComponent } from 'react';

// @public (undocumented)
export interface FlagEvent {
	// (undocumented)
	eventType: FlagEventType;
	// (undocumented)
	jiraKudosFormUrl?: string;
	// (undocumented)
	jiraKudosUrl?: string;
	// (undocumented)
	kudosUuid?: string;
}

// @public (undocumented)
export enum FlagEventType {
	// (undocumented)
	CLOSE = 'close',
	// (undocumented)
	DIRTY = 'dirty',
	// (undocumented)
	JIRA_KUDOS_CREATED = 'jira-kudos-created',
	// (undocumented)
	JIRA_KUDOS_FAILED = 'jira-kudos-failed',
	// (undocumented)
	KUDOS_CREATED = 'kudos-created',
}

// @public (undocumented)
export interface GiveKudosDrawerProps {
	// (undocumented)
	addFlag?: (flag: any) => void;
	// (undocumented)
	analyticsSource: string;
	// (undocumented)
	cloudId: string;
	// (undocumented)
	isOpen: boolean;
	// (undocumented)
	onClose: () => void;
	// (undocumented)
	recipient?: KudosRecipient;
	// (undocumented)
	teamCentralBaseUrl: string;
	// (undocumented)
	testId?: string;
}

// @public (undocumented)
export const GiveKudosLauncher: (props: GiveKudosDrawerProps) => jsx.JSX.Element;

// @public (undocumented)
export const GiveKudosLauncherLazy: LazyExoticComponent<(props: GiveKudosDrawerProps) => jsx>;

// @public (undocumented)
export interface KudosRecipient {
	// (undocumented)
	recipientId: string;
	// (undocumented)
	type: KudosType;
}

// @public (undocumented)
export enum KudosType {
	// (undocumented)
	INDIVIDUAL = 'individual',
	// (undocumented)
	TEAM = 'team',
}

// (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-->
