Browse Source

Merge pull request #118 from davegurnell/master

Fix Typescript compilation bug
master
Henning Hall 5 years ago
committed by GitHub
parent
commit
42e4b630b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      index.d.ts

+ 1
- 3
index.d.ts View File

@ -84,6 +84,4 @@ interface Props extends ViewProps {
textColor?: string textColor?: string
} }
class DatePicker extends Component<Props> {}
export default DatePicker
export default class DatePicker extends Component<Props> {}

Loading…
Cancel
Save