UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application.

10 lines (9 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var hooks_1 = require("../hooks"); function Status(_a) { var code = _a.code; hooks_1.useStatus(code); return null; } exports.default = Status;