Browse Source
Merge pull request #118 from davegurnell/master
Fix Typescript compilation bug
master
Henning Hall
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
index.d.ts
|
@ -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> {} |