UNPKG

@typeform/embed-react

Version:

Embed library for [React](https://reactjs.org/).

4 lines 257 B
import { FC } from 'react'; export declare const propsAreEqual: <P>(nextProps: P, prevProps: P) => boolean; export declare const memoComponent: <P>(Component: FC<P>) => import("react").MemoExoticComponent<FC<P>>; //# sourceMappingURL=memo-component.d.ts.map