UNPKG

cisco-vpn-rdp-connecter

Version:

Connect to Cisco AnyConnect VPN and open a Microsoft Remote Desktop (RDP) window

9 lines (8 loc) 278 B
import React from 'react'; type Properties = { message: string; commandSuggestion?: string; commandSuggestionSuffix?: string; }; export default function ErrorMessage({ message, commandSuggestion, commandSuggestionSuffix }: Properties): React.JSX.Element; export {};