Files

7 lines
196 B
JavaScript
Raw Permalink Normal View History

2026-05-12 16:53:18 +08:00
import Inline from '../blots/inline.js';
class Underline extends Inline {
static blotName = 'underline';
static tagName = 'U';
}
export default Underline;
//# sourceMappingURL=underline.js.map