Improve more typing

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-20 12:30:41 +02:00
parent 1fc5138cfe
commit 3cb7a6ab78
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
4 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ interface IState {
@replaceableComponent("views.elements.ActionButton")
export default class ActionButton extends React.Component<IProps, IState> {
static defaultProps = {
static defaultProps: Partial<IProps> = {
size: "25",
tooltip: false,
};