Interface PageTopProperty

Interface that defines property for PageTop component

<PageTop text="News" image-path="/images/news-top.jpg" />
interface PageTopProperty {
    imagePath: string;
    text: string;
}

Properties

Properties

imagePath: string

Path to image used in background

text: string

Text to show in top