Skip to content

Commit

Permalink
chore: udpdate jsdocs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 15, 2025
1 parent 2d0a4ca commit 107e9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/components/DatePicker/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ type DatePickerProps<Type extends DateSelectionType> = Omit<
format?: 'DD/MM/YYYY' | 'MMM' | 'MMMM' | 'YYYY';
/**
* Placeholder text for the datepicker input , when no date is selected.
* @default 'DD/MM/YYYY' if pickerType is 'date' then 'DD', if pickerType is 'month' then 'MMMM', 'YYYY' if pickerType is 'year'
* @default 'DD/MM/YYYY' if pickerType is 'month' then 'MMMM', 'YYYY' if pickerType is 'year'
*/
inputPlaceHolder?: string;
};
Expand Down

0 comments on commit 107e9d7

Please sign in to comment.