fix
This commit is contained in:
11
book/node_modules/honkit/lib/plugins/loadPlugin.d.ts
generated
vendored
Normal file
11
book/node_modules/honkit/lib/plugins/loadPlugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
Load a plugin in a book
|
||||
|
||||
@param {Book} book
|
||||
@param {PluginDependency[]} plugin
|
||||
@param {string} pkgPath (optional)
|
||||
@return {Promise<Plugin>}
|
||||
*/
|
||||
declare function loadPlugin(book: any, plugin: any): any;
|
||||
export { loadPlugin };
|
||||
//# sourceMappingURL=loadPlugin.d.ts.map
|
Reference in New Issue
Block a user