fix
This commit is contained in:
10
book/node_modules/honkit/lib/modifiers/summary/removePart.d.ts
generated
vendored
Normal file
10
book/node_modules/honkit/lib/modifiers/summary/removePart.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
Remove a part at given index
|
||||
|
||||
@param {Summary} summary
|
||||
@param {Number|} index
|
||||
@return {Summary}
|
||||
*/
|
||||
declare function removePart(summary: any, index: any): any;
|
||||
export default removePart;
|
||||
//# sourceMappingURL=removePart.d.ts.map
|
Reference in New Issue
Block a user