UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

10 lines (9 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var hooks_1 = require("../hooks"); function Title(_a) { var title = _a.children; hooks_1.useTitle(title); return null; } exports.Title = Title;