Skip to content

Commit

Permalink
chore(types): remove OnSelectHandler from DayPicker group
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Dec 26, 2024
1 parent 7464e64 commit cb55c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ export interface PropsBase {
* @param {Date} triggerDate - The date when the event was triggered.
* @param {Modifiers} modifiers - The modifiers associated with the event.
* @param {React.MouseEvent | React.KeyboardEvent} e - The event object.
* @group DayPicker
*/
export type OnSelectHandler<T> = (
selected: T,
Expand Down

0 comments on commit cb55c0c

Please sign in to comment.