UNPKG

@i-novus/ui-core

Version:

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

3 lines (2 loc) 239 B
import { CalendarSelectProps } from '../../types'; export declare const CalendarSelect: ({ prefix, initialValue, onSelectOption, options, expandIconVisibility, className, }: CalendarSelectProps) => import("react/jsx-runtime").JSX.Element;