Refactored Clipboard.js integration and table patching

This commit is contained in:
squidfunk
2020-02-14 14:47:44 +01:00
parent 8dcbbf2e84
commit 864f612005
14 changed files with 202 additions and 98 deletions

7
typings/lunr.d.ts vendored
View File

@@ -20,7 +20,8 @@
* IN THE SOFTWARE.
*/
declare module "expose-loader?lunr!lunr" {
import * as lunr from "lunr"
export = lunr
import * as lunr from "lunr"
declare global {
const lunr: typeof lunr
}