UNPKG

@tdb/web

Version:

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

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