UNPKG

@web3mq/react-components

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