UNPKG

@spark-web/date-picker

Version:

--- title: DatePicker storybookPath: forms-date-picker isExperimentalPackage: true ---

5 lines (4 loc) 268 B
/// <reference types="react" /> import type { DayPickerSingleProps } from 'react-day-picker'; export declare type CalendarSingleProps = Omit<DayPickerSingleProps, 'mode' | 'components'>; export declare function CalendarSingle(props: CalendarSingleProps): JSX.Element;