Skip to content

Commit

Permalink
added reference link to MobileTimePicker component
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Oct 10, 2023
1 parent 4c6e8b1 commit 560f06e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,12 @@ MobileTimePicker.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:
* - [MobileTimePicker API](https://mui.com/x/api/date-pickers/mobile-time-picker/)
*/
export { MobileTimePicker };

0 comments on commit 560f06e

Please sign in to comment.