UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 180 B
import React from 'react'; export type TreeProps = { className?: string; children?: React.ReactNode; }; export declare const Tree: (props: TreeProps) => React.JSX.Element;