UNPKG

@paperbits/common

Version:
7 lines 253 B
export interface HelpService { /** * Returns Markdown/HTML content by the specified article key. * @param articleKey Article key, e.g. `texteditor/hyperlinks/popups`. */ getHelpContent(articleKey: string): Promise<string>; }