UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

8 lines (7 loc) 237 B
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;