UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 196 B
/// <reference types="react" /> export interface IContactBoxProps { text: string; contact: string; } export declare function ContactBox({ contact, text }: IContactBoxProps): JSX.Element;