UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

8 lines (7 loc) 228 B
import * as React from 'react'; interface Props { [key: string]: any; className?: any; } export declare const cloneWithProps: (element: any, props?: Props) => React.DetailedReactHTMLElement<any, HTMLElement>; export {};