UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 312 B
import React, { ReactElement } from 'react'; import { ICategoryBannerProps } from './type'; export declare const CategoryBanner: React.MemoExoticComponent<({ imageBackgroundPadding, imageBackgroundWidth, imageBackgroundHeight, imageBackgroundUrl, headingH3, menuItems, }: ICategoryBannerProps) => ReactElement>;