UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

10 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var react_sketchapp_1 = require("react-sketchapp"); var createStyles_utils_1 = require("./createStyles.utils"); function createStyles(styles, componentName) { // @ts-ignore return function (WrappedComponent) { return createStyles_utils_1.createStylesGeneric(styles, componentName, WrappedComponent, react_sketchapp_1.StyleSheet.create); }; } exports.createStyles = createStyles; //# sourceMappingURL=createStyles.sketch.js.map