UNPKG

@betterstore/react

Version:

E-commerce for Developers

8 lines (7 loc) 219 B
import React from "react"; interface IframeWrapperProps { children: React.ReactNode; iframeRef: React.RefObject<HTMLIFrameElement>; } export declare const IframeWrapper: React.FC<IframeWrapperProps>; export {};