UNPKG

@i-novus/ui-core

Version:

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

3 lines (2 loc) 182 B
import { MonthSelectProps } from '../../types'; export declare const MonthSelect: ({ onSelectMonth, options, ...rest }: MonthSelectProps) => import("react/jsx-runtime").JSX.Element;