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

8 lines
91 B
Go
Raw Normal View History

2024-10-08 08:58:42 -04:00
package components
type FormTextarea struct {
ID string
Label string
Value string
2024-10-08 08:58:42 -04:00
}