/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @module list/documentlistproperties/documentlistpropertiesutils */ import { Plugin } from 'ckeditor5/src/core'; /** * A set of helpers related to document lists. */ export default class DocumentListPropertiesUtils extends Plugin { /** * @inheritDoc */ static get pluginName(): 'DocumentListPropertiesUtils'; /** * Gets all the style types supported by given list type. */ getAllSupportedStyleTypes(): Array; /** * Checks whether the given list-style-type is supported by numbered or bulleted list. */ getListTypeFromListStyleType(listStyleType: string): 'bulleted' | 'numbered' | null; /** * Converts `type` attribute of `