core/template/components/form_textarea.go
2024-10-08 07:58:42 -05:00

7 lines
118 B
Go

package components
type FormTextarea struct {
ID string
Label string
AllOptions []FormSelectOption
}