UNPKG

443 BTypeScriptView Raw
1// Type definitions for @ckeditor/ckeditor5-paragraph 27.0
2// Project: https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paragraph
3// Definitions by: Federico Panico <https://github.com/fedemp>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// Minimum TypeScript Version: 4.3
6export { default as Paragraph } from './src/paragraph';
7export { default as ParagraphButtonUI } from './src/paragraphbuttonui';