blob: d4831cc4296ed3fb9f0c48d149c967c7a6c3ee8e [file] [log] [blame]
{
type: 'container',
children: [{
type: 'text',
style: {
color: '#FF0000',
fontSize: 26
},
attr: {
value: 'Hello World2'
}
}, {
type: 'text',
style: {
color: '#FF0000',
fontSize: 26
},
attr: {
value: 'Hello World3'
}
}]
}