UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 201 B
import type { DayPickerProps } from "../types/index.js"; /** Return the `data-` attributes from the props. */ export declare function getDataAttributes(props: DayPickerProps): Record<string, unknown>;