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.
9 lines
638 B
9 lines
638 B
11 months ago
|
import type { ExtractPropTypes } from 'vue';
|
||
|
import type { StyleValue } from 'element-plus/es/utils/types';
|
||
|
export declare const cardProps: {
|
||
|
readonly header: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
||
|
readonly bodyStyle: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<StyleValue>, "", unknown, unknown, unknown>;
|
||
|
readonly shadow: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
||
|
};
|
||
|
export declare type CardProps = ExtractPropTypes<typeof cardProps>;
|