UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 299 B
import React, { ReactElement } from 'react'; import { ICategoryCardProps } from './type'; export declare const CategoryCard: React.MemoExoticComponent<({ imageBackgroundUrl, imageBackgroundWidth, imageBackgroundHeight, overlayColor, headingH3, categoryText, }: ICategoryCardProps) => ReactElement>;