@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
31 lines (30 loc) • 1.18 kB
TypeScript
import type { PropType } from 'vue';
import type { CascaderOptionInfo } from './interface';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
option: {
type: PropType<CascaderOptionInfo>;
required: true;
};
active: BooleanConstructor;
multiple: BooleanConstructor;
checkStrictly: BooleanConstructor;
searchOption: BooleanConstructor;
pathLabel: BooleanConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
option: {
type: PropType<CascaderOptionInfo>;
required: true;
};
active: BooleanConstructor;
multiple: BooleanConstructor;
checkStrictly: BooleanConstructor;
searchOption: BooleanConstructor;
pathLabel: BooleanConstructor;
}>> & Readonly<{}>, {
multiple: boolean;
active: boolean;
checkStrictly: boolean;
pathLabel: boolean;
searchOption: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;