@jname/vue-mobile-components
Version:
基于 Vue 3 + Vant 4 的移动端组件库
32 lines (31 loc) • 1.05 kB
TypeScript
import { PropType } from 'vue';
import { TabItem } from './types';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
tabOptions: {
type: PropType<TabItem[]>;
default: () => any[];
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
change: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
tabOptions: {
type: PropType<TabItem[]>;
default: () => any[];
};
}>> & Readonly<{
"onUpdate:modelValue"?: (...args: any[]) => any;
onChange?: (...args: any[]) => any;
}>, {
modelValue: string;
tabOptions: TabItem[];
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;