useActive.d.ts 230 B

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