UNPKG
@crossed/primitive
Version:
beta (1.8.0-beta.5)
latest (2.0.0)
2.0.0
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.8.0-beta.5
1.8.0-beta.4
1.8.0-beta.3
1.7.1-beta.2
1.7.1-beta.1
1.7.1-beta.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/primitive
/
lib
/
module
/
Accordion
/
Focus.js
12 lines
(11 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
View
}
from
"react-native"
;
const
Focus
=
View
;
const
useFocus
= (
) => {
return
{
onKeyDown
:
() =>
{ } }; };
export
{
Focus
, useFocus };
//# sourceMappingURL=Focus.js.map