UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 128 B
import React from 'react'; export type TreeProps = { className?: string; }; export declare const Tree: React.FC<TreeProps>;