UNPKG
artwork-react-native
Version:
latest (0.0.0-alpha.16)
0.0.0-alpha.16
0.0.0-alpha.15
0.0.0-alpha.14
0.0.0-alpha.13
0.0.0-alpha.12
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
0.0.0-alpha.0
0.0.0-6
0.0.0-5
0.0.0-4
0.0.0-3
0.0.0-2
artwork design master for react-native
artwork-react-native
/
lib
/
tabs
/
PropsType.d.ts
8 lines
(7 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
{
PropsType
,
Models
}
from
'./components'
;
interface
TabsProps
extends
PropsType
{
/** render for replace the tab of tabbar. */
renderTab
?:
(
tab
:
Models
.
TabData
) =>
React
.
ReactNode
; }
export
default
TabsProps
;