xp.js-styled
Version:
Build performant styled components for Web, iOS and Android platforms.
26 lines (25 loc) • 971 B
text/typescript
export {
StyledActivityIndicator as ActivityIndicator,
StyledFlatList as FlatList,
StyledFlex as Flex,
StyledImage as Image,
StyledKeyboardAvoidingView as KeyboardAvoidingView,
StyledModal as Modal,
StyledPressable as Pressable,
StyledSafeAreaView as SafeAreaView,
StyledScrollView as ScrollView,
StyledSectionList as SectionList,
StyledSwitch as Switch,
StyledText as Text,
StyledTextInput as TextInput,
StyledTouchableHighlight as TouchableHighlight,
StyledTouchableOpacity as TouchableOpacity,
StyledTouchableWithoutFeedback as TouchableWithoutFeedback,
StyledView as View,
StyledXStack as XStack,
StyledYStack as YStack,
} from "./lib/src/components";
export { createStyled } from "./lib/src/functions/createStyled";
export { createTheme } from "./lib/src/functions/createTheme";
export { color, hexToRGB, shade, size } from "./lib/src/functions/transformers";
export { ThemeProvider, useTheme } from "./lib/src/hooks/useTheme";