UNPKG

element-ui-for-gov

Version:

element-ui for gov

21 lines (13 loc) 518 B
import { ElementUIComponentForGov } from './component' export type TimelineItemPlacement = 'top' | 'bottom' export type TimelineItemType = 'primary' | 'success' | 'warning' | 'danger' | 'info' export type TimelineItemSize = 'normal' | 'large' /** TimelineItem Component */ export declare class ElTimelineItem extends ElementUIComponentForGov { timestamp: string hideTimestamp: boolean placement: TimelineItemPlacement type: TimelineItemType size: TimelineItemSize icon: string }