mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-25 06:47:09 -04:00
Convert Page components to TypeScript
This commit is contained in:
parent
4e65669c48
commit
f35a27449d
69 changed files with 2423 additions and 2755 deletions
|
@ -52,6 +52,7 @@ function ToolbarMenuButton(props) {
|
|||
}
|
||||
|
||||
ToolbarMenuButton.propTypes = {
|
||||
className: PropTypes.string,
|
||||
iconName: PropTypes.object.isRequired,
|
||||
showIndicator: PropTypes.bool.isRequired,
|
||||
text: PropTypes.string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue