UNPKG

quill

Version:

Your powerful, rich text editor

7 lines (6 loc) 166 B
import Block from '../blots/block.js'; declare class Blockquote extends Block { static blotName: string; static tagName: string; } export default Blockquote;