a703b2761c058dcd10a924f30d83feb4eb0d3c5d1868fe1656c277327642cd6ce7b131d33495adb6a078c027fbbce3dda3009fbf4ec927f7601cece1e4ae61 167 B

123456
  1. import Inline from '../blots/inline.js';
  2. declare class Underline extends Inline {
  3. static blotName: string;
  4. static tagName: string;
  5. }
  6. export default Underline;