Skip to content

Commit 19408ee

Browse files
authored
Merge pull request #38 from iRoachie/next
v3.6.2
2 parents 955305b + 9ba6cf3 commit 19408ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-material-tabs",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Material Design implementation of Tabs",
55
"keywords": [
66
"react",

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ interface TabsProps {
8888
onChange(index: number): void;
8989
}
9090

91-
export default class MaterialTabs extends React.Component<TabsProps, null> {}
91+
export default class MaterialTabs extends React.Component<TabsProps> {}

0 commit comments

Comments
 (0)