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

10 lines
301 B
TypeScript

/**
* Annotate text using a list of GlossaryEntry
*
* @param {List<GlossaryEntry>}
* @param {string} glossaryFilePath
* @param {HTMLDom} $
*/
declare function annotateText(entries: any, glossaryFilePath: any, $: any): void;
export default annotateText;
//# sourceMappingURL=annotateText.d.ts.map