import { Editor } from 'tinymce'; import { ListStyleTypeValue } from '../core/ListUtils'; import { ExtractRequired } from '../../../../util/ExtractRequired'; /** * Supported list style types by the RCE */ export type RceListTypeInfoKey = ExtractRequired; export default function register(editor: Editor): void;