UNPKG

502 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5/**
6 * @module block-quote
7 */
8export { default as BlockQuote } from './blockquote.js';
9export { default as BlockQuoteEditing } from './blockquoteediting.js';
10export { default as BlockQuoteUI } from './blockquoteui.js';
11export type { default as BlockQuoteCommand } from './blockquotecommand.js';
12import './augmentation.js';