UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

3 lines (2 loc) 290 B
import { type CalendarToolbarProps } from './types.js'; export declare function CalendarToolbar({ date, view, onPrev, onNext, onToday, onViewChange, periodLabel, showViewSwitcher, locale, labels: labelOverrides, className, }: CalendarToolbarProps): import("react/jsx-runtime").JSX.Element;