UNPKG

@rc-component/cascader

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