amis-rpc-design/node_modules/rc-cascader/lib/OptionList/useActive.d.ts
2023-10-07 19:42:30 +08:00

7 lines
192 B
TypeScript

import * as React from 'react';
/**
* Control the active open options path.
*/
declare const _default: () => [React.Key[], (activeValueCells: React.Key[]) => void];
export default _default;