UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 181 B
import React from 'react'; export type Props = { isNativeSelect?: boolean; }; declare const WidgetChatbotAi: ({}: Props) => React.JSX.Element; export { WidgetChatbotAi };