@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
4 lines (3 loc) • 676 B
TypeScript
import React, { ReactElement } from 'react';
import { IPromoCardProps } from './type';
export declare const PromoCard: React.MemoExoticComponent<({ alt, backgroundColorButton, backgroundColorLabel, buttonText, colorButtonText, colorLabelText, fontFamilyButtonText, fontFamilyHeading, fontFamilyLabelText, fontFamilyText, fontSizeButtonText, fontSizeLabelText, fontWeightLabelText, height, imageUrl, labelText, letterSpacingLabelText, lineHeightLabelText, lineHeightText, margin, padding, promoHeading, promoText, textAlignHeading, textAlignLabelText, textAlignText, textTransformHeading, textTransformLabelText, textTransformText, width, }: IPromoCardProps) => ReactElement>;