xdesign-vue-next
Version:
XDesign Component for vue-next
124 lines (123 loc) • 4.89 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
actions: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
avatar: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
bordered: {
type: BooleanConstructor;
default: boolean;
};
content: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
cover: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
default: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
description: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
footer: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
header: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
headerBordered: BooleanConstructor;
hoverShadow: BooleanConstructor;
loading: {
type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
default: boolean;
};
shadow: BooleanConstructor;
size: {
type: import("vue").PropType<"small" | "medium">;
default: "small" | "medium";
validator(val: "small" | "medium"): boolean;
};
status: {
type: StringConstructor;
default: string;
};
subtitle: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
theme: {
type: import("vue").PropType<"normal" | "poster1" | "poster2">;
default: "normal" | "poster1" | "poster2";
validator(val: "normal" | "poster1" | "poster2"): boolean;
};
title: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
actions: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
avatar: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
bordered: {
type: BooleanConstructor;
default: boolean;
};
content: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
cover: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
default: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
description: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
footer: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
header: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
headerBordered: BooleanConstructor;
hoverShadow: BooleanConstructor;
loading: {
type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
default: boolean;
};
shadow: BooleanConstructor;
size: {
type: import("vue").PropType<"small" | "medium">;
default: "small" | "medium";
validator(val: "small" | "medium"): boolean;
};
status: {
type: StringConstructor;
default: string;
};
subtitle: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
theme: {
type: import("vue").PropType<"normal" | "poster1" | "poster2">;
default: "normal" | "poster1" | "poster2";
validator(val: "normal" | "poster1" | "poster2"): boolean;
};
title: {
type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
}>>, {
loading: boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue);
size: "small" | "medium";
status: string;
theme: "normal" | "poster1" | "poster2";
bordered: boolean;
headerBordered: boolean;
hoverShadow: boolean;
shadow: boolean;
}, {}>;
export default _default;