UNPKG
@bigbinary/neeto-datepicker
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
React date & time picker
react-component.github.io/picker
bigbinary/neeto-datepicker
@bigbinary/neeto-datepicker
/
es
/
PickerInput
/
hooks
/
useInputReadOnly.d.ts
3 lines
(2 loc)
•
199 B
TypeScript
View Raw
1
2
3
import
type
{
FormatType
}
from
'../../interface'
;
export
default
function
useInputReadOnly<
DateType
=
any
>(
formatList
:
FormatType
<
DateType
>[],
inputReadOnly
?:
boolean
,
multiple
?:
boolean
):
boolean
;