package brass

type View struct {
	Type     string // button, input, text
	Props    map[string]string
	Children []View
}
