vdrag-topo-ui
Version:
34 lines (33 loc) • 919 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
config: {
type: null;
required: true;
default: () => {
label: string;
expand: boolean;
};
};
data: {
type: null;
required: true;
};
}>, {
props: any;
activeNames: import("vue").Ref<string[], string[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
config: {
type: null;
required: true;
default: () => {
label: string;
expand: boolean;
};
};
data: {
type: null;
required: true;
};
}>> & Readonly<{}>, {
config: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;