UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Card = void 0; var tslib_1 = require("tslib"); var Card_1 = require("./Card"); Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return Card_1.Card; } }); tslib_1.__exportStar(require("./ICardProps"), exports); //# sourceMappingURL=index.js.map