UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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