UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 162 B
import React from 'react'; export interface TabProps { children?: React.ReactNode; } export declare const Tab: ({ children }: TabProps) => React.JSX.Element;