UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 216 B
import React from 'react'; export type KvListProps = { className?: string; align?: 'left' | 'right'; children?: React.ReactNode; }; export declare const KvList: (props: KvListProps) => React.JSX.Element;