---
id: "_calendar_ui_date_list_index_.props"
title: "Props"
sidebar_label: "Props"
---

## Hierarchy

* **Props**

## Index

### Properties

* [list](_calendar_ui_date_list_index_.props.md#list)
* [onClick](_calendar_ui_date_list_index_.props.md#optional-onclick)
* [onLongClick](_calendar_ui_date_list_index_.props.md#optional-onlongclick)

## Properties

###  list

• **list**: *Calendar.List‹Item›*

*Defined in [src/Calendar/ui/date-list/index.tsx:16](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/ui/date-list/index.tsx#L16)*

___

### `Optional` onClick

• **onClick**? : *function*

*Defined in [src/Calendar/ui/date-list/index.tsx:18](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/ui/date-list/index.tsx#L18)*

#### Type declaration:

▸ (`item`: Item): *void*

**Parameters:**

Name | Type |
------ | ------ |
`item` | Item |

___

### `Optional` onLongClick

• **onLongClick**? : *function*

*Defined in [src/Calendar/ui/date-list/index.tsx:20](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/ui/date-list/index.tsx#L20)*

#### Type declaration:

▸ (`item`: Item): *void*

**Parameters:**

Name | Type |
------ | ------ |
`item` | Item |
