blob: 840cefb1a8cb291cbe8ba9e5d3721fd8abd007f6 [file] [log] [blame]
{
type: 'container',
children: [{
type: 'text',
attr: {
value: 'Hello World'
},
style: {
color: '#ff0000',
fontSize: 48,
fontWeight: 'bold'
}
}]
}