UNPKG

@ckeditor/ckeditor5-integrations-common

Version:

This package implements common utility modules for integration projects.

7 lines (6 loc) 314 B
import { SemanticVersion } from '../utils/version/isSemanticVersion.js'; export declare const CK_DOCS_URL = "https://ckeditor.com/docs/ckeditor5"; /** * Creates a URL to a file on the CKEditor documentation. */ export declare function createCKDocsUrl(path: string, version?: SemanticVersion | 'latest'): string;