react-fast-pdf
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -12,3 +12,2 @@ /** | ||
tabIndex: number; | ||
focus: () => void; | ||
}; | ||
@@ -15,0 +14,0 @@ /** |
@@ -54,4 +54,3 @@ "use strict"; | ||
ref.tabIndex = -1; | ||
ref.focus(); | ||
}; | ||
exports.setListAttributes = setListAttributes; |
{ | ||
"name": "react-fast-pdf", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "react-fast-pdf", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -44,3 +44,2 @@ /** | ||
tabIndex: number; | ||
focus: () => void; | ||
}; | ||
@@ -63,5 +62,4 @@ | ||
ref.tabIndex = -1; | ||
ref.focus(); | ||
}; | ||
export {getBrowser, isMobileSafari, isSafari, setListAttributes}; |
Sorry, the diff of this file is not supported yet
67883
1710
1431