@wetspace/pro-components
Version:
::: tip 基本介绍
60 lines (58 loc) • 3.06 kB
TypeScript
import { ColProps } from 'element-plus';
import { Component, VNode } from 'vue';
export type WetProCardTabItem = {
key: string;
tab: string;
closable?: boolean;
disabled?: boolean;
children?: Component | VNode;
};
export declare const wetProCardProps: {
title: StringConstructor;
bordered: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
tooltip: StringConstructor;
shadow: {
default: string;
type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "hover" | "always" | "never", unknown>>;
required: false;
validator: (val: unknown) => boolean;
__epPropKey: true;
};
ghost: BooleanConstructor;
span: {
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
readonly required: false;
readonly validator: (val: unknown) => boolean;
__epPropKey: true;
};
colSpan: {
readonly type: import('vue').PropType<Partial<ColProps>>;
readonly required: false;
readonly validator: (val: unknown) => boolean;
__epPropKey: true;
};
split: {
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<import('vue').PropType<"x" | "y">, unknown, unknown>>;
readonly required: false;
readonly validator: (val: unknown) => boolean;
__epPropKey: true;
};
splitVertical: BooleanConstructor;
splitHorizontal: BooleanConstructor;
headerBordered: BooleanConstructor;
collapsible: BooleanConstructor;
collapse: BooleanConstructor;
header: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
footer: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
bodyStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, "", boolean>;
bodyClass: StringConstructor;
tag: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
gutter: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
justify: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end", unknown, "start", boolean>;
align: {
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
readonly required: false;
readonly validator: (val: unknown) => boolean;
__epPropKey: true;
};
};