UNPKG

element-plus

Version:
68 lines (67 loc) 2.49 kB
import TimelineItem from './src/item.vue'; import type { SFCWithInstall } from 'element-plus/es/utils/types'; declare const _Timeline: SFCWithInstall<import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}> & ({} | {}), {}>> & { TimelineItem: typeof TimelineItem; }; export default _Timeline; export declare const ElTimeline: SFCWithInstall<import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}> & ({} | {}), {}>> & { TimelineItem: typeof TimelineItem; }; export declare const ElTimelineItem: import("vue").DefineComponent<{ timestamp: { type: StringConstructor; default: string; }; hideTimestamp: { type: BooleanConstructor; default: boolean; }; placement: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: string; }; size: { type: StringConstructor; default: string; }; icon: { type: StringConstructor; default: string; }; }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ timestamp?: unknown; hideTimestamp?: unknown; placement?: unknown; type?: unknown; color?: unknown; size?: unknown; icon?: unknown; } & { type: string; size: string; color: string; placement: string; icon: string; timestamp: string; hideTimestamp: boolean; } & {}> & {}, { type: string; size: string; color: string; placement: string; icon: string; timestamp: string; hideTimestamp: boolean; }>;