UNPKG
rc-cascader-v5
Version:
latest (3.21.2)
3.21.2
cascade select ui component for react
github.com/react-component/cascader
react-component/cascader
rc-cascader-v5
/
lib
/
OptionList
/
useActive.d.ts
7 lines
(6 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
React
from
'react'
;
/** * Control the active open options path. */
declare
const
_default
:
(
multiple
:
boolean
,
open
:
boolean
) =>
[
React
.
Key
[],
(
activeValueCells
:
React
.
Key
[]
) =>
void
];
export
default
_default;