Skip to content

Commit

Permalink
added reference links to StaticDatePicker component
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Oct 10, 2023
1 parent 402ebac commit b02336f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,12 @@ StaticDatePicker.propTypes = {
yearsPerRow: PropTypes.oneOf([3, 4]),
} as any;

/**
* Demos:
* - [DatePicker](https://mui.com/x/react-date-pickers/date-picker/)
* - [Validation](https://mui.com/x/react-date-pickers/validation/)
*
* API:
* - [StaticDatePicker API](https://mui.com/x/api/date-pickers/static-date-picker/)
*/
export { StaticDatePicker };

0 comments on commit b02336f

Please sign in to comment.