UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 364 B
import React, { ReactElement } from 'react'; import { IDisplayCardProps } from './type'; export declare const DisplayCard: React.MemoExoticComponent<({ imageWidth, imageHeight, imageUrl, headingTextH1, headingTextH5, buttonBackgroundColor, fontFamilyButton, fontSizeButton, textTransformButton, colorButtonText, textButton, }: IDisplayCardProps) => ReactElement>;