UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 270 B
import React from 'react'; export type ListProps = { className?: string; bordered?: boolean; variant?: 'buttons'; children?: React.ReactNode; }; export declare const List: React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLDivElement>>;