react-pdf
Version:
Display PDFs in your React app as easily as if they were images.
9 lines (8 loc) • 320 B
JavaScript
// As defined in https://github.com/mozilla/pdf.js/blob/d9fac3459609a807be6506fb3441b5da4b154d14/src/shared/util.js#L371-L374
Object.defineProperty(exports, "__esModule", { value: true });
const PasswordResponses = {
NEED_PASSWORD: 1,
INCORRECT_PASSWORD: 2,
};
exports.default = PasswordResponses;
;