Interface HomeContentSmall

interface HomeContentSmall {
    backgroundImage: string;
    h4: string;
    href: string;
    id: string;
}

Hierarchy

  • Context
    • HomeContentSmall

Properties

backgroundImage: string
h4: string
href: string
id: string