UNPKG

165 BTypeScriptView Raw
1import { Editor } from "@ckeditor/ckeditor5-core";
2import { HeadingOption } from "./heading";
3
4export function getLocalizedOptions(editor: Editor): HeadingOption[];