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
/
lib
/
utils
/
warnUtil.d.ts
6 lines
(5 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
DisabledTimes
,
PickerMode
}
from
'../interface'
;
export
interface
WarningProps
extends
DisabledTimes
{
picker
?:
PickerMode
; }
export
declare
function
legacyPropsWarning
(
props
:
WarningProps
):
void
;