UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (5 loc) 155 B
/// <reference types="react" /> export declare function ChangeMethodButton({ text, handleClick }: { text: any; handleClick: any; }): JSX.Element;