UNPKG

react-super

Version:
5 lines (4 loc) 267 B
import { ReactElement } from 'react'; export declare function getModalNumber(classname: string): number; export declare function getLeft(width: string | number): string; export declare function cloneElement(element: ReactElement<any>, props: any): ReactElement<any>;