UNPKG
accessible-cascader
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
cascade select ui component for react
github.com/react-component/cascader
react-component/cascader
accessible-cascader
/
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;