mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:33:51 -04:00
Refactored Clipboard.js integration and table patching
This commit is contained in:
7
typings/lunr.d.ts
vendored
7
typings/lunr.d.ts
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user