fix
This commit is contained in:
9
book/node_modules/honkit/lib/modifiers/config/removePlugin.d.ts
generated
vendored
Normal file
9
book/node_modules/honkit/lib/modifiers/config/removePlugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Remove a plugin from a book's configuration
|
||||
* @param {Config} config
|
||||
* @param {string} plugin
|
||||
* @return {Config}
|
||||
*/
|
||||
declare function removePlugin(config: any, pluginName: any): any;
|
||||
export default removePlugin;
|
||||
//# sourceMappingURL=removePlugin.d.ts.map
|
Reference in New Issue
Block a user