ether-admin/node_modules/ant-design-vue/lib/vc-cascader/OptionList/useActive.d.ts

8 lines
237 B
TypeScript

import type { Ref } from 'vue';
import type { Key } from '../../_util/type';
/**
* Control the active open options path.
*/
declare const _default: () => [Ref<Key[], Key[]>, (activeValueCells: Key[]) => void];
export default _default;