UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

6 lines (5 loc) 267 B
import { MonthViewNavigationProps } from '../types'; export declare const MonthViewNavigation: { ({ prefix, initialDate, onActiveStartDateChange, minYear, maxYear, }: MonthViewNavigationProps): import("react/jsx-runtime").JSX.Element; displayName: string; };