1234 |
- import type { Ref } from 'vue';
- import type { SingleValueType, DefaultOptionType, InternalFieldNames } from '../Cascader';
- declare const _default: (options: Ref<DefaultOptionType[]>, fieldNames: Ref<InternalFieldNames>, rawValues: Ref<SingleValueType[]>) => import("vue").ComputedRef<SingleValueType[][]>;
- export default _default;
|