UNPKG
@rc-component/cascader
Version:
latest (1.7.0)
1.7.0
1.7.0-alpha.1
1.7.0-alpha.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
cascade select ui component for react
github.com/react-component/cascader
react-component/cascader
@rc-component/cascader
/
lib
/
utils
/
warningPropsUtil.d.ts
3 lines
(2 loc)
•
170 B
TypeScript
View Raw
1
2
3
import
type
{
DefaultOptionType
,
FieldNames
}
from
'../Cascader'
;
export
declare
function
warningNullOptions
(
options
:
DefaultOptionType
[],
fieldNames
:
FieldNames
):
void
;