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

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

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

// @public (undocumented)
export type Color = 'blue' | 'green' | 'grey' | 'purple' | 'red' | 'yellow';

// @public (undocumented)
class Date_2 extends React_2.Component<DateProps> {
	// (undocumented)
	static defaultProps: Partial<DateProps>;
	// (undocumented)
	static displayName: string;
	// (undocumented)
	handleOnClick: (event: React_2.SyntheticEvent<any>) => void;
	// (undocumented)
	render(): JSX.Element;
	// (undocumented)
	renderContent: () => null | {};
}
export { Date_2 as Date };

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

// @public (undocumented)
export type DateProps = {
	onClick?: OnClick;
	value: ValueType;
	format?: string;
	color?: Color;
	className?: string;
	children?: React_2.ReactNode | React_2.StatelessComponent<DateProps> | string;
};

// @public (undocumented)
type OnClick = (value: ValueType, event: React_2.SyntheticEvent<any>) => void;

// @public (undocumented)
type Props = React_2.HTMLProps<HTMLSpanElement> & {
	clickable?: boolean;
	color?: Color;
};

// @public (undocumented)
type ValueType = number;

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