UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

8 lines (7 loc) 214 B
import * as React from 'react'; interface MobileCTAProps { className?: string; href?: string; } export declare const MobileCTA: ({ href, className, }: MobileCTAProps) => React.ReactElement<any>; export {};