UNPKG

reactjs-tiptap-editor

Version:

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React

7 lines (6 loc) 243 B
import { CommandList } from '../types'; interface SlashCommandListProps { commandList?: CommandList[]; } export declare function SlashCommandList({ commandList }: SlashCommandListProps): import("react/jsx-runtime").JSX.Element; export {};