UNPKG

denwa-react-shared

Version:
9 lines (8 loc) 220 B
import { FC } from 'react'; interface LinkButtonProps { tooltipText: string; linkErrorText: string; onErrorMessage: (error: string) => void; } export declare const LinkButton: FC<LinkButtonProps>; export {};