UNPKG

kabulmark

Version:

A React-based rich text editor built as a wrapper over Meta's Lexical library.

7 lines (6 loc) 199 B
interface DividerProps { className?: string; color?: string; } declare const Divider: ({ className, color }: DividerProps) => import("react/jsx-runtime").JSX.Element; export default Divider;