11 lines
281 B
TypeScript
11 lines
281 B
TypeScript
/**
|
|
Edit the ref of an article
|
|
|
|
@param {Summary} summary
|
|
@param {string} level
|
|
@param {string} newRef
|
|
@return {Summary}
|
|
*/
|
|
declare function editArticleRef(summary: any, level: any, newRef: any): any;
|
|
export default editArticleRef;
|
|
//# sourceMappingURL=editArticleRef.d.ts.map
|