UNPKG

react-native-unistyles

Version:
14 lines (13 loc) 430 B
"use strict"; 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