This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix Typescript compilation bug
master
Dave Gurnell
5 years ago
parent
87fb302bc4
commit
f30d5eb909
1 changed files
with
1 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
{
}
Write
Preview
Loading…
Cancel
Save