UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 233 B
import React from 'react'; export type DividerProps = { className?: string; position?: 'center' | 'left' | 'right'; children?: React.ReactNode; }; export declare const Divider: (props: DividerProps) => React.JSX.Element;