32bf0415/html_components/date-time-input.go
1970-01-01 00:00:00 +00:00

8 lines
97 B
Go

package html_components
type DateTimeInput struct {
Name string
Label string
Value string
}