react-native-unistyles
Version:
Level up your React Native StyleSheet
14 lines (13 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createStyleSheet = void 0;
/**
* Utility to create a stylesheet with superpowers
* Compatible with React Native StyleSheet.create
* @param stylesheet - The stylesheet with superpowers to be used
*/
const createStyleSheet = stylesheet => stylesheet;
exports.createStyleSheet = createStyleSheet;
//# sourceMappingURL=createStyleSheet.js.map