UNPKG

vue-admin-core

Version:
10 lines (9 loc) 274 B
import { Ref, SetupContext } from "vue"; export declare const useArrToStr: (props: any, { emit }: SetupContext<any>, ext: { vm: Ref<any>; cascader?: boolean; always?: boolean; }) => { modelValue: Ref<any>; "onUpdate:modelValue": (value: any) => void; };