Files
dsProject/dsPgBase/WebRoot/html/cdn/lib/components/tabs/src/tab-pane.d.ts
2025-09-03 11:36:01 +08:00

10 lines
533 B
TypeScript

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>;