UNPKG

element-plus

Version:

A Component Library for Vue 3

31 lines (30 loc) 2.12 kB
export declare const ElCard: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{ readonly header: import("element-plus/es/utils").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>; readonly bodyStyle: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<import("vue").StyleValue>, "", unknown, unknown, unknown>; readonly shadow: import("element-plus/es/utils").BuildPropReturn<StringConstructor, "always", unknown, unknown, unknown>; }, { ns: { namespace: import("vue").ComputedRef<string>; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly header: import("element-plus/es/utils").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>; readonly bodyStyle: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<import("vue").StyleValue>, "", unknown, unknown, unknown>; readonly shadow: import("element-plus/es/utils").BuildPropReturn<StringConstructor, "always", unknown, unknown, unknown>; }>>, { header: string; bodyStyle: import("vue").StyleValue; shadow: string; }>> & Record<string, any>; export default ElCard; export * from './src/card';