UNPKG

@shopify/react-network

Version:

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

11 lines (10 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var network_1 = require("@shopify/network"); var hooks_1 = require("../hooks"); function FontSource(_a) { var sources = _a.sources; hooks_1.useCspDirective(network_1.CspDirective.FontSrc, sources); return null; } exports.default = FontSource;