You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
722 B
20 lines
722 B
import type { ExtractPropTypes } from 'vue';
|
|
export declare const tabBar: {
|
|
readonly tabs: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<{
|
|
uid: number;
|
|
instance: import("vue").ShallowReactive<import("vue").ComponentInternalInstance>;
|
|
props: {
|
|
label: string;
|
|
name: string;
|
|
closable: boolean;
|
|
disabled: boolean;
|
|
lazy: boolean;
|
|
};
|
|
paneName: string | undefined;
|
|
active: boolean;
|
|
index: string | undefined;
|
|
isClosable: boolean;
|
|
}[]>, () => [], unknown, unknown, unknown>;
|
|
};
|
|
export declare type TabBar = ExtractPropTypes<typeof tabBar>;
|