UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 181 B
import React from 'react'; export type DividerProps = { className?: string; position?: 'center' | 'left' | 'right'; }; export declare const Divider: React.FC<DividerProps>;