Skip to content

Commit

Permalink
Other (cloud-services): Export Token as value, not only as type.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol authored and Mati365 committed Nov 4, 2024
1 parent cce9594 commit de26093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-cloud-services/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export { default as CloudServices } from './cloudservices.js';
export { default as CloudServicesCore } from './cloudservicescore.js';
export type { TokenUrl, CloudServicesConfig } from './cloudservicesconfig.js';
export type { default as Token, InitializedToken } from './token/token.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';

Expand Down

0 comments on commit de26093

Please sign in to comment.