@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
5 lines (4 loc) • 331 B
TypeScript
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;