UNPKG

@cdwx/system

Version:

成都文宣业务类服务模块组件库

20 lines (19 loc) 821 B
import type { IClassifyMenuVo } from '../../api/api-menu'; type __VLS_Props = IProps; interface IProps { disabled?: boolean; } declare function getCheckedData(): Promise<{}>; type __VLS_PublicProps = { modelValue: Array<IClassifyMenuVo>; } & __VLS_Props; declare const _default: import("vue").DefineComponent<__VLS_PublicProps, { getCheckedData: typeof getCheckedData; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: IClassifyMenuVo[]) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: IClassifyMenuVo[]) => any) | undefined; }>, { disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;