vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
20 lines (19 loc) • 848 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<Props, {
setSelect: (newKeys?: (string | number)[]) => void;
clearAllSelect: () => void;
collapseAll: () => void;
expandByKeys: (keys: (string | number)[]) => void;
expandToSelected: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
value: string | number;
label: string | number;
disabled: string | number;
children: string | number;
returnParentData: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;