@ckeditor/ckeditor5-cloud-services
Version:
CKEditor 5's Cloud Services integration layer.
15 lines (14 loc) • 697 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
*/
/**
* @module cloud-services
*/
export { default as CloudServices } from './cloudservices.js';
export { default as CloudServicesCore } from './cloudservicescore.js';
export type { TokenUrl, CloudServicesConfig } from './cloudservicesconfig.js';
export { default as Token, type InitializedToken } from './token/token.js';
export type { default as UploadGateway } from './uploadgateway/uploadgateway.js';
export type { default as FileUploader } from './uploadgateway/fileuploader.js';
import './augmentation.js';