UNPKG

@tdb/web

Version:

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

7 lines (6 loc) 180 B
/// <reference types="react" /> export interface ISegmentProps { id: string; force?: boolean; } export declare function Segment({ id, force }: ISegmentProps): JSX.Element;