UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines (6 loc) 197 B
/// <reference types="react" /> import { React } from '../../common'; export interface IMainProps { children?: React.ReactNode; } export declare const Main: (props: IMainProps) => JSX.Element;