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.
10 lines
533 B
10 lines
533 B
import type { ExtractPropTypes } from 'vue';
|
|
export declare const tabPaneProps: {
|
|
readonly label: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
readonly name: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
readonly closable: BooleanConstructor;
|
|
readonly disabled: BooleanConstructor;
|
|
readonly lazy: BooleanConstructor;
|
|
};
|
|
export declare type TabPaneProps = ExtractPropTypes<typeof tabPaneProps>;
|