Improve more typing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
1fc5138cfe
commit
3cb7a6ab78
4 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ interface IProps {
|
|||
|
||||
@replaceableComponent("views.elements.AddressTile")
|
||||
export default class AddressTile extends React.Component<IProps> {
|
||||
static defaultProps = {
|
||||
static defaultProps: Partial<IProps> = {
|
||||
canDismiss: false,
|
||||
onDismissed: function() {}, // NOP
|
||||
justified: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue