UNPKG

web3-mq-react

Version:
7 lines (6 loc) 259 B
import React, { PropsWithChildren } from 'react'; export declare type WindowProps = { className?: string; hasContainer?: boolean; }; export declare const Window: React.MemoExoticComponent<(props: PropsWithChildren<WindowProps>) => JSX.Element>;