Files
super-app/components/reusable/gradient-border/GradientBorderStyles.ts

10 lines
156 B
TypeScript
Raw Permalink Normal View History

import { StyleSheet } from "react-native";
const styles = StyleSheet.create({
overflowHidden: {
overflow: "hidden",
},
});
export default styles;