UNPKG

azlan-ui-components-library

Version:

Reusable UI components

8 lines (7 loc) 215 B
import * as React from "react"; export interface BannerProps { title: string; heading: string; image: string; } export declare function Banner({ title, heading, image }: BannerProps): React.JSX.Element;