UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

8 lines (7 loc) 275 B
import * as React from 'react'; export interface CardActionAreaProps extends React.HTMLAttributes<HTMLDivElement> { className?: string; children?: any; backgroundColor?: string; } export declare const CardActionArea: React.FunctionComponent<CardActionAreaProps>;