UNPKG

428 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5import { Plugin } from 'ckeditor5/src/core.js';
6export default class AdjacentListsSupport extends Plugin {
7 /**
8 * @inheritDoc
9 */
10 static get pluginName(): "AdjacentListsSupport";
11 /**
12 * @inheritDoc
13 */
14 init(): void;
15}