forked from goffee/core
7 lines
91 B
Go
7 lines
91 B
Go
package components
|
|
|
|
type FormTextarea struct {
|
|
ID string
|
|
Label string
|
|
Value string
|
|
}
|