added bullet

This commit is contained in:
Dolan Miu
2016-03-30 02:55:11 +01:00
parent 099da3d90c
commit b749e42671
7 changed files with 106 additions and 15 deletions

View File

@ -3,7 +3,7 @@ export interface XmlComponent {
}
interface AttributesProperties {
val?: string;
val?: any;
color?: string;
space?: string;
sz?: string;