fix
This commit is contained in:
12
book/node_modules/honkit/lib/modifiers/summary/moveArticle.d.ts
generated
vendored
Normal file
12
book/node_modules/honkit/lib/modifiers/summary/moveArticle.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
Returns a new summary, with the given article removed from its
|
||||
origin level, and placed at the given target level.
|
||||
|
||||
@param {Summary} summary
|
||||
@param {String|SummaryArticle} origin: level to remove
|
||||
@param {String|SummaryArticle} target: the level where the article will be found
|
||||
@return {Summary}
|
||||
*/
|
||||
declare function moveArticle(summary: any, origin: any, target: any): any;
|
||||
export default moveArticle;
|
||||
//# sourceMappingURL=moveArticle.d.ts.map
|
Reference in New Issue
Block a user