UNPKG

chatui2

Version:

The React library for Chatbot UI

7 lines (6 loc) 221 B
import React from 'react'; export type TreeProps = { className?: string; children?: React.ReactNode; }; export declare const Tree: React.ForwardRefExoticComponent<TreeProps & React.RefAttributes<HTMLDivElement>>;