UNPKG

@types/ckeditor__ckeditor5-basic-styles

Version:
13 lines (10 loc) 317 B
import { Plugin } from "@ckeditor/ckeditor5-core"; export default class StrikethroughUI extends Plugin { static readonly pluginName: "StrikethroughUI"; init(): void; } declare module '@ckeditor/ckeditor5-core/src/plugincollection' { interface Plugins { StrikethroughUI: StrikethroughUI; } }