UNPKG
react-native-customcomponent-v2
Version:
latest (1.0.1)
1.0.1
1.0.0
React native custom components for normal and password inputs
react-native-customcomponent-v2
/
constants
/
index.js
5 lines
(2 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
import
theme, {
COLORS
,
SIZES
,
FONTS
}
from
"./theme"
;
export
{ theme,
COLORS
,
SIZES
,
FONTS
};