UNPKG

@rickx/ckeditor5-line-height

Version:
8 lines (7 loc) 219 B
import { Plugin } from 'ckeditor5'; export default class LineHeightUI extends Plugin { static get pluginName(): "LineHeightUI"; init(): void; private _prepareListOptions; private _getLocalizedOptions; }