UNPKG
rn-bottom-menu
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React Native custom bottom menu
github.com/crackers256/rn-bottom-menu
crackers256/rn-bottom-menu
rn-bottom-menu
/
types
/
src
/
BottomMenu.shape.d.ts
2 lines
(1 loc)
•
121 B
TypeScript
View Raw
1
2
export
declare
const
getBottomMenuShape
:
(
width
:
number
,
height
:
number
,
tabWidth
:
number
,
tabHeight
:
number
) =>
string
;