UNPKG

@rickx/ckeditor5-line-height

Version:
11 lines (10 loc) 455 B
import './augmentation.js'; export { default as LineHeight } from './lineheight.js'; export type { default as LineHeightCommand } from './lineheightcommand.js'; export type { LineHeightConfig } from './lineheightconfig.js'; export { default as LineHeightEditing } from './lineheightediting.js'; export { default as LineHeightUI } from './lineheightui.js'; export { LINE_HEIGHT } from './utils.js'; export declare const icons: { lineHeight: string; };