mithril-materialized
Preparing search index...
InputValue
Type Alias InputValue<T>
InputValue
:
T
extends
"number"
|
"range"
?
number
:
T
extends
"date"
|
"datetime-local"
|
"month"
|
"time"
|
"week"
?
Date
|
string
:
T
extends
"file"
?
FileList
|
File
[]
:
string
Input value type based on input type
Type Parameters
T
extends
InputType
The input type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mithril-materialized
Loading...
Input value type based on input type