UNPKG

@ckeditor/ckeditor5-integrations-common

Version:

This package implements common utility modules for integration projects.

7 lines (6 loc) 293 B
import { BundleInstallationInfo } from './types.js'; import { CKCdnVersion } from '../cdn/ck/isCKCdnVersion.js'; /** * Returns information about the base CKEditor bundle installation. */ export declare function getCKBaseBundleInstallationInfo(): BundleInstallationInfo<CKCdnVersion> | null;