newsbot-portal/components/bulma/form/util.go

9 lines
152 B
Go
Raw Normal View History

package form
const (
InputTypeText = "text"
InputTypePassword = "password"
InputTypeEmail = "email"
InputTypePhoneNumber = "tel"
)