UNPKG

@rtdui/editor

Version:

React rich text editor based on tiptap

5 lines (4 loc) 273 B
import type React from "react"; export interface RichTextEditorControlsGroupProps extends React.ComponentPropsWithoutRef<"div"> { } export declare const ControlsGroup: React.ForwardRefExoticComponent<RichTextEditorControlsGroupProps & React.RefAttributes<HTMLDivElement>>;