We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 955305b + 9ba6cf3 commit 19408eeCopy full SHA for 19408ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-material-tabs",
3
- "version": "3.6.1",
+ "version": "3.6.2",
4
"description": "Material Design implementation of Tabs",
5
"keywords": [
6
"react",
src/index.d.ts
@@ -88,4 +88,4 @@ interface TabsProps {
88
onChange(index: number): void;
89
}
90
91
-export default class MaterialTabs extends React.Component<TabsProps, null> {}
+export default class MaterialTabs extends React.Component<TabsProps> {}
0 commit comments