UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

7 lines (6 loc) 218 B
import type { ReactNode } from 'react'; import { FlexboxProps } from 'react-layout-kit'; export interface ChatInputActionBarProps extends Omit<FlexboxProps, 'children'> { left?: ReactNode; right?: ReactNode; }