@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
4 lines (3 loc) • 425 B
TypeScript
import React, { ReactElement } from 'react';
import { IHighlightCardProps } from './type';
export declare const HighlightCard: React.MemoExoticComponent<({ backgroundColorButton, buttonText, colorButtonText, fontFamilyButtonText, fontSizeButtonText, headingH2, headingH3, imageBackgroundHeight, imageBackgroundUrl, imageBackgroundWidth, textAlignButtonText, textTransformButtonText, }: IHighlightCardProps) => ReactElement>;