UNPKG

@types/ckeditor__ckeditor5-heading

Version:
12 lines (9 loc) 269 B
import { Plugin } from "@ckeditor/ckeditor5-core"; export default class HeadingButtonsUI extends Plugin { init(): void; } declare module '@ckeditor/ckeditor5-core/src/plugincollection' { interface Plugins { HeadingButtonsUI: HeadingButtonsUI; } }