UNPKG

react-day-picker

Version:

Customizable Date Picker for React

9 lines (7 loc) 219 B
import { NavButtonLabel } from 'types/Labels'; /** * The default ARIA label for previous month button in navigation */ export const labelPrevious: NavButtonLabel = (): string => { return 'Go to previous month'; };