Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Last active August 29, 2015 14:21
Show Gist options
  • Save anthonyshort/5e9112a9ded7c8fc0f20 to your computer and use it in GitHub Desktop.
Save anthonyshort/5e9112a9ded7c8fc0f20 to your computer and use it in GitHub Desktop.
{
type: 'element',
tagName: 'div',
attributes: { class: 'foo' },
children: [{
type: 'element',
tagName: 'span',
attributes: {},
children: []
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment