UNPKG

333 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var network_1 = require("@shopify/network");
4var hooks_1 = require("../hooks");
5function ImageSource(_a) {
6 var sources = _a.sources;
7 hooks_1.useCspDirective(network_1.CspDirective.ImgSrc, sources);
8 return null;
9}
10exports.default = ImageSource;