UNPKG

react-web-native-sketch

Version:

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

9 lines 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var Text_1 = require("../Text/Text"); exports.Link = function (_a) { var children = _a.children, style = _a.style; return (React.createElement(Text_1.Text, { style: style }, children)); }; //# sourceMappingURL=Link.sketch.js.map