2025-05-12 05:38:44 +09:00

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