UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

56 lines (55 loc) 1.83 kB
import type { ActionData } from './action-timeline-types'; import './action-timeline.scss'; declare const _default: import("vue").DefineComponent<{ data: { type: import("vue").PropType<ActionData[]>; }; layout: { type: import("vue").PropType<import("./action-timeline-types").TimelineLayout>; default: string; }; loadMoreConfig: { type: import("vue").PropType<import("./action-timeline-types").LoadMoreConfig>; }; showTailLine: { type: BooleanConstructor; default: boolean; }; showStatusBgColor: { type: BooleanConstructor; default: boolean; }; showStatusLineColor: { type: BooleanConstructor; default: boolean; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "actionLoadMore", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ data: { type: import("vue").PropType<ActionData[]>; }; layout: { type: import("vue").PropType<import("./action-timeline-types").TimelineLayout>; default: string; }; loadMoreConfig: { type: import("vue").PropType<import("./action-timeline-types").LoadMoreConfig>; }; showTailLine: { type: BooleanConstructor; default: boolean; }; showStatusBgColor: { type: BooleanConstructor; default: boolean; }; showStatusLineColor: { type: BooleanConstructor; default: boolean; }; }>>, { layout: import("./action-timeline-types").TimelineLayout; showTailLine: boolean; showStatusBgColor: boolean; showStatusLineColor: boolean; }>; export default _default;