vue-launchers
Version:
30 lines (29 loc) • 1.09 kB
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
optionData: {
type: PropType<{
componentInteractEventKey: import("./interact").ComponentInteractEventEnum;
tabLabel: string;
tabType: string;
dataset: {
label: string;
value: string;
}[];
}>;
required: true;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
optionData: {
type: PropType<{
componentInteractEventKey: import("./interact").ComponentInteractEventEnum;
tabLabel: string;
tabType: string;
dataset: {
label: string;
value: string;
}[];
}>;
required: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;