UNPKG
native-variants
Version:
latest (0.1.69)
0.1.69
0.1.64
0.1.63
0.1.62
0.1.61
0.1.56
0.1.55
0.1.54
0.1.53
0.1.51
0.1.47
0.1.44
0.1.42
0.1.41
0.1.40
0.1.39
0.1.38
0.1.35
0.1.34
0.1.33
0.1.32
0.1.30
0.1.29
0.1.28
0.1.27
A library for handling variants in React Native components with theme support.
native-variants
/
dist
/
utils
/
compose-text.d.ts
4 lines
(3 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
import
{
TextStyle
}
from
"react-native"
;
import
{
Styles
}
from
"../types.js"
;
export
declare
function
composeText
(
style?: Styles
):
Partial
<
TextStyle
>;