UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

38 lines (22 loc) 956 B
--- id: "_calendar_common_constant_" title: "Calendar/common/constant" sidebar_label: "Calendar/common/constant" --- ## Index ### Variables * [TYPE_NEXT_MONTH](_calendar_common_constant_.md#const-type_next_month) * [TYPE_NOW_MONTH](_calendar_common_constant_.md#const-type_now_month) * [TYPE_PRE_MONTH](_calendar_common_constant_.md#const-type_pre_month) ## Variables ### `Const` TYPE_NEXT_MONTH **TYPE_NEXT_MONTH**: *1* = 1 *Defined in [src/Calendar/common/constant.ts:5](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/common/constant.ts#L5)* ___ ### `Const` TYPE_NOW_MONTH **TYPE_NOW_MONTH**: *0* = 0 *Defined in [src/Calendar/common/constant.ts:3](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/common/constant.ts#L3)* ___ ### `Const` TYPE_PRE_MONTH **TYPE_PRE_MONTH**: *-1* = -1 *Defined in [src/Calendar/common/constant.ts:1](https://github.com/tarojsx/ui/blob/v0.11.0/src/Calendar/common/constant.ts#L1)*