@ckeditor/ckeditor5-integrations-common
Version:
This package implements common utility modules for integration projects.
21 lines (20 loc) • 558 B
TypeScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* The URL of the CKEditor CDN.
*/
export declare const CDN_MOCK_SCRIPT_URL: string;
/**
* The URL of the CKEditor CDN.
*/
export declare const CDN_MOCK_STYLESHEET_URL: string;
/**
* The URL of the CKBox CDN.
*/
export declare const CKBOX_CDN_MOCK_SCRIPT_URL: string;
/**
* The URL of the CKBox CDN.
*/
export declare const CKBOX_CDN_MOCK_STYLESHEET_URL: string;