allow Underline to be called with type and color; fix default

This commit is contained in:
felipe
2017-03-09 12:42:19 +01:00
parent f06094c91d
commit 766bcabcb8
3 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,5 @@
import { Attributes, XmlComponent } from "../xml-components";
export { Underline } from './underline';
export class Bold extends XmlComponent {