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.
19 lines
1.0 KiB
19 lines
1.0 KiB
declare const _default: import("vue").DefineComponent<{
|
|
readonly header: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
readonly bodyStyle: import("../../../utils/props").BuildPropReturn<import("../../../utils/props").PropWrapper<import("../../../utils/types").StyleValue>, "", unknown, unknown, unknown>;
|
|
readonly shadow: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
readonly header?: unknown;
|
|
readonly bodyStyle?: unknown;
|
|
readonly shadow?: unknown;
|
|
} & {
|
|
header: string;
|
|
bodyStyle: import("../../../utils/types").StyleValue;
|
|
shadow: string;
|
|
} & {}>, {
|
|
header: string;
|
|
bodyStyle: import("../../../utils/types").StyleValue;
|
|
shadow: string;
|
|
}>;
|
|
export default _default;
|