8 lines
97 B
Go
8 lines
97 B
Go
package html_components
|
|
|
|
type DateTimeInput struct {
|
|
Name string
|
|
Label string
|
|
Value string
|
|
}
|