xdesign-vue-next
Version:
XDesign Component for vue-next
68 lines (67 loc) • 2.67 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
asyncLoading: {
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)>;
};
layout: {
type: import("vue").PropType<"horizontal" | "vertical">;
default: "horizontal" | "vertical";
validator(val: "horizontal" | "vertical"): boolean;
};
size: {
type: import("vue").PropType<"small" | "medium" | "large">;
default: "small" | "medium" | "large";
validator(val: "small" | "medium" | "large"): boolean;
};
split: BooleanConstructor;
stripe: BooleanConstructor;
onLoadMore: import("vue").PropType<(options: {
e: MouseEvent;
}) => void>;
onScroll: import("vue").PropType<(options: {
e: Event | WheelEvent;
scrollTop: number;
scrollBottom: number;
}) => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
asyncLoading: {
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)>;
};
layout: {
type: import("vue").PropType<"horizontal" | "vertical">;
default: "horizontal" | "vertical";
validator(val: "horizontal" | "vertical"): boolean;
};
size: {
type: import("vue").PropType<"small" | "medium" | "large">;
default: "small" | "medium" | "large";
validator(val: "small" | "medium" | "large"): boolean;
};
split: BooleanConstructor;
stripe: BooleanConstructor;
onLoadMore: import("vue").PropType<(options: {
e: MouseEvent;
}) => void>;
onScroll: import("vue").PropType<(options: {
e: Event | WheelEvent;
scrollTop: number;
scrollBottom: number;
}) => void>;
}>>, {
split: boolean;
size: "small" | "medium" | "large";
layout: "horizontal" | "vertical";
stripe: boolean;
}, {}>;
export default _default;