UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var common_1 = require("../common"); exports.Stylesheet = function (props) { return common_1.React.createElement("link", { rel: 'stylesheet', href: props.href, title: props.title }); }; //# sourceMappingURL=Stylesheet.js.map