1
0
Fork 0
forked from goffee/core
core/template/components/form_textarea.go

7 lines
91 B
Go

package components
type FormTextarea struct {
ID string
Label string
Value string
}