minishouyin/node_modules/rc-cascader/lib/OptionList/useActive.d.ts

7 lines
228 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
/**
* Control the active open options path.
*/
declare const useActive: (multiple?: boolean, open?: boolean) => [React.Key[], (activeValueCells: React.Key[]) => void];
export default useActive;