UNPKG

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