UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 122 B
import React from 'react'; export interface TabProps { label: string; } export declare const Tab: React.FC<TabProps>;