UNPKG

@progress/kendo-react-pdf

Version:

React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing package

68 lines 1.76 kB
{ "name": "@progress/kendo-react-pdf", "version": "10.1.0", "description": "React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing package", "author": "Progress", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://www.telerik.com/kendo-react-ui", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "./package.json": { "default": "./package.json" } }, "sideEffects": false, "peerDependencies": { "@progress/kendo-drawing": "^1.21.2", "@progress/kendo-file-saver": "^1.0.1", "@progress/kendo-licensing": "^1.5.1", "@progress/kendo-react-common": "10.1.0", "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "dependencies": { "prop-types": "^15.6.0" }, "keywords": [ "Kendo UI", "React", "Progress", "pdf", "KendoReact", "reactjs", "UI", "components", "React component", "Telerik", "PDF export" ], "@progress": { "friendlyName": "PDF", "framework": "KendoReact", "package": { "productName": "KendoReact", "productCode": "KENDOUIREACT", "publishDate": 1743086086, "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/" } }, "repository": { "type": "git", "url": "git+https://github.com/telerik/kendo-react.git" }, "publishConfig": { "access": "public" } }