UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

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