@ckeditor/ckeditor5-list
Version:
Ordered and unordered lists feature to CKEditor 5.
9 lines (7 loc) • 297 B
TypeScript
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
import type { Translations } from 'ckeditor5';
declare const translations: Translations;
export default translations;