Skip to content

Commit

Permalink
added reference link to DesktopTimePicker component
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Oct 10, 2023
1 parent 522cf84 commit 9d68c21
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,12 @@ DesktopTimePicker.propTypes = {
views: PropTypes.arrayOf(PropTypes.oneOf(['hours', 'minutes', 'seconds']).isRequired),
} as any;

/**
* Demos:
* - [TimePicker](https://mui.com/x/react-date-pickers/time-picker/)
* - [Validation](https://mui.com/x/react-date-pickers/validation/)
*
* API:
* - [DesktopTimePicker API](https://mui.com/x/api/date-pickers/desktop-time-picker/)
*/
export { DesktopTimePicker };

0 comments on commit 9d68c21

Please sign in to comment.