react-s3-typescript
Version:
A npm package to upload your files into AWS S3 Bucket directly using react
9 lines • 396 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReactS3Client = void 0;
const react_aws_s3_1 = __importDefault(require("./react-aws-s3"));
exports.ReactS3Client = react_aws_s3_1.default;
//# sourceMappingURL=index.js.map