react-native-xenon
Version:
A powerful in-app debugging tool for React Native.
16 lines (15 loc) • 416 B
JavaScript
;
import { StyleSheet, View } from 'react-native';
import colors from "../../../theme/colors.js";
import { jsx as _jsx } from "react/jsx-runtime";
export default function Divider({
type
}) {
return /*#__PURE__*/_jsx(View, {
style: {
[type === 'horizontal' ? 'height' : 'width']: StyleSheet.hairlineWidth,
backgroundColor: colors.gray
}
});
}
//# sourceMappingURL=Divider.js.map