UNPKG

react-card-brand

Version:

> A zero-dependency React Hook to show and get the brand from a card type.

8 lines (7 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.images = exports.useCardBrand = void 0; var useCardBrand_1 = require("./useCardBrand"); Object.defineProperty(exports, "useCardBrand", { enumerable: true, get: function () { return useCardBrand_1.default; } }); var images_1 = require("./images"); Object.defineProperty(exports, "images", { enumerable: true, get: function () { return images_1.default; } });