fix
This commit is contained in:
10
book/node_modules/honkit/lib/output/modifiers/highlightCode.d.ts
generated
vendored
Normal file
10
book/node_modules/honkit/lib/output/modifiers/highlightCode.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
Highlight all code elements
|
||||
|
||||
@param {Function(lang, body) -> String} highlight
|
||||
@param {HTMLDom} $
|
||||
@return {Promise}
|
||||
*/
|
||||
declare function highlightCode(highlight: any, $: any): any;
|
||||
export default highlightCode;
|
||||
//# sourceMappingURL=highlightCode.d.ts.map
|
Reference in New Issue
Block a user