UNPKG

@rc-component/cascader

Version:
7 lines (6 loc) 237 B
import { LegacyKey } from "../Cascader"; /** * Control the active open options path. */ declare const useActive: (multiple?: boolean, open?: boolean) => [LegacyKey[], (activeValueCells: LegacyKey[]) => void]; export default useActive;