UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

69 lines (68 loc) 2.83 kB
export declare const AspH5TreeSelect: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{ raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{ max: { type: (StringConstructor | NumberConstructor)[]; default: number; }; items: { type: import("vue").PropType<import("vant").TreeSelectItem[]>; default: () => never[]; }; height: { type: (StringConstructor | NumberConstructor)[]; default: number; }; selectedIcon: { type: import("vue").PropType<string>; default: string; }; mainActiveIndex: { type: (StringConstructor | NumberConstructor)[]; default: number; }; activeId: { type: import("vue").PropType<import("vant/lib/utils").Numeric | import("vant/lib/utils").Numeric[]>; default: number; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickItem" | "clickNav" | "update:activeId" | "update:mainActiveIndex")[], "clickItem" | "clickNav" | "update:activeId" | "update:mainActiveIndex", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ max: { type: (StringConstructor | NumberConstructor)[]; default: number; }; items: { type: import("vue").PropType<import("vant").TreeSelectItem[]>; default: () => never[]; }; height: { type: (StringConstructor | NumberConstructor)[]; default: number; }; selectedIcon: { type: import("vue").PropType<string>; default: string; }; mainActiveIndex: { type: (StringConstructor | NumberConstructor)[]; default: number; }; activeId: { type: import("vue").PropType<import("vant/lib/utils").Numeric | import("vant/lib/utils").Numeric[]>; default: number; }; }>> & { onClickItem?: ((...args: any[]) => any) | undefined; onClickNav?: ((...args: any[]) => any) | undefined; "onUpdate:activeId"?: ((...args: any[]) => any) | undefined; "onUpdate:mainActiveIndex"?: ((...args: any[]) => any) | undefined; }, { height: string | number; max: string | number; items: import("vant").TreeSelectItem[]; selectedIcon: string; mainActiveIndex: string | number; activeId: import("vant/lib/utils").Numeric | import("vant/lib/utils").Numeric[]; }>>; name: string; }> & Record<string, any>; export default AspH5TreeSelect; export * from './src';