Skip to content

Instantly share code, notes, and snippets.

@hennessyevan
Last active February 24, 2020 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hennessyevan/5ff0c3c060191133f87b74572bb3327f to your computer and use it in GitHub Desktop.
Save hennessyevan/5ff0c3c060191133f87b74572bb3327f to your computer and use it in GitHub Desktop.
type FormElement = {
tagName: string
type?: 'root' | 'element'
properties?: {
key?: string
}
children?: FormElement[]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment