Files
ServiceManager/frontend/node_modules/react-day-picker/src/contexts/DayPicker/labels/labelNext.ts
2026-01-01 17:40:53 +01:00

9 lines
207 B
TypeScript

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';
};