fix
This commit is contained in:
11
book/node_modules/honkit/lib/modifiers/summary/editArticleTitle.d.ts
generated
vendored
Normal file
11
book/node_modules/honkit/lib/modifiers/summary/editArticleTitle.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
Edit title of an article
|
||||
|
||||
@param {Summary} summary
|
||||
@param {string} level
|
||||
@param {string} newTitle
|
||||
@return {Summary}
|
||||
*/
|
||||
declare function editArticleTitle(summary: any, level: any, newTitle: any): any;
|
||||
export default editArticleTitle;
|
||||
//# sourceMappingURL=editArticleTitle.d.ts.map
|
Reference in New Issue
Block a user