@blueprintjs/datetime
Version:
Components for interacting with dates and times
10 lines (9 loc) • 390 B
TypeScript
import * as React from "react";
import type { DropdownProps } from "react-day-picker";
/**
* Custom react-day-picker dropdown component which implements Blueprint's datepicker design
* for month and year dropdowns.
*
* @see https://daypicker.dev/guides/custom-components
*/
export declare function DatePickerDropdown({ caption, children, ...props }: DropdownProps): React.JSX.Element;