blob: 4d4991acb6014704bd59b59fd7b48b7eae493e7d [file] [log] [blame]
{
type: 'container',
children: [{
type: 'text',
style: {
color: '#FF0000',
fontSize: 26
},
attr: {
value: '0: Hello World1'
}
}, {
type: 'text',
style: {
color: '#FF0000',
fontSize: 26
},
attr: {
value: '1: Hello World2'
}
}]
}