UNPKG
react-native-redash
Version:
latest (18.1.5)
18.1.5
18.1.4
18.1.3
18.1.2
18.1.1
18.1.0
18.0.0
17.0.0
16.3.0
16.2.4
16.2.3
16.2.2
16.2.1
16.2.0
16.1.1
16.1.0
16.0.11
16.0.10
16.0.9
16.0.8
16.0.7
16.0.6
16.0.5
16.0.4
16.0.3
16.0.2
16.0.1
16.0.0
15.11.1
15.11.0
15.10.1
15.10.0
15.9.0
15.8.0
15.7.3
15.7.2
15.7.1
15.7.0
15.6.1
15.6.0
15.5.4
15.5.3
15.5.2
15.5.1
15.5.0
15.4.0
15.3.0
15.2.1
15.2.0
15.1.4
15.1.3
15.1.2
15.1.1
15.1.0
15.0.27-rc
15.0.26-rc
15.0.25-rc
15.0.24-rc
15.0.23-rc
15.0.21-rc
15.0.4-rc
15.0.3
15.0.3-rc
15.0.2
15.0.2-rc
15.0.1
15.0.1-rc
15.0.0
15.0.0-rc
14.2.4
14.2.3
14.2.2
14.2.1
14.2.0
14.1.1
14.1.0
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.6.0
13.5.1
13.5.0
13.4.0
13.3.1
13.3.0
13.2.0
13.1.0
13.0.2
13.0.1
13.0.0
12.6.1
12.6.0
12.5.3
12.5.2
12.5.1
12.5.0
12.4.2
12.4.1
12.4.0
12.3.0
12.2.1
12.2.0
12.1.6
12.1.5
12.1.4
12.1.3
12.1.2
12.1.1
12.1.0
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.2.1
11.2.0
11.1.0
11.0.0
10.1.1
10.1.0
10.0.1
9.6.0
9.5.4
9.5.3
9.5.2
9.5.1
9.5.0
9.4.2
9.4.1
9.4.0
9.3.2
9.3.1
9.3.0
9.2.0
9.1.3
9.1.2
9.1.1
9.1.0
9.0.0
8.6.0
8.5.0
8.4.0
8.3.0
8.2.3
8.2.2
8.2.1
8.2.0
8.1.2
8.1.1
8.1.0
8.0.0
7.5.1
7.5.0
7.4.0
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.0
6.0.0
5.1.0
5.0.2
5.0.1
5.0.0
4.0.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
Utility library for React Native Reanimated
github.com/wcandillon/redash
wcandillon/redash
react-native-redash
/
lib
/
typescript
/
ReText.d.ts
10 lines
(9 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/// <reference types="react" />
import
{
TextStyle
}
from
"react-native"
;
import
Animated
from
"react-native-reanimated"
;
interface
TextProps
{
text
:
Animated
.
Node
<
string
>;
style
?:
TextStyle
; }
declare
const
_default
:
(
props
:
TextProps
) =>
JSX
.
Element
;
export
default
_default;