Skip to content

Commit

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

0 comments on commit 4c6e8b1

Please sign in to comment.