UNPKG

@tdb/web

Version:

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

7 lines (6 loc) 183 B
/// <reference types="react" /> export interface IStylesheetProps { href: string; title?: string; } export declare const Stylesheet: (props: IStylesheetProps) => JSX.Element;