File

projects/commons/src/lib/elements/timeline/interfaces/timeline.interface.ts

Index

Properties

Properties

color
color: string
Type : string
Optional
content
content: literal type
Type : literal type
header
header: string
Type : string
Optional
icon
icon: string
Type : string
Optional
img
img: string
Type : string
Optional
export interface ITimeline {
    header?: string;
    color?: string;
    img?: string;
    icon?: string;
    content: {
        title: string;
        text: string;
    };
}

result-matching ""

    No results matching ""