interface TimelineItemProps {
    children?: ReactNode;
    className?: string;
    color?: LiteralUnion<Color>;
    dot?: ReactNode;
    key?: Key;
    label?: ReactNode;
    pending?: boolean;
    position?: string;
    prefixCls?: string;
    style?: CSSProperties;
}

Properties

children?: ReactNode
className?: string
color?: LiteralUnion<Color>
dot?: ReactNode
key?: Key
label?: ReactNode
pending?: boolean
position?: string
prefixCls?: string
style?: CSSProperties

Generated using TypeDoc