UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 184 B
/// <reference types="react" /> export interface IGreetingProps { text: string; name: string; } export declare function Greeting({ text, name }: IGreetingProps): JSX.Element;