tiptop-editor
Version:
Notion-like editor built with Tiptap v3 and HeroUI
7 lines (6 loc) • 353 B
TypeScript
import { SlashCommandGroupProps, SlashCommandGroupCommandsProps, KeyDownRef } from '../../types';
declare const SlashCommandList: import('react').ForwardRefExoticComponent<{
items: SlashCommandGroupProps[];
command: (item: SlashCommandGroupCommandsProps) => void;
} & import('react').RefAttributes<KeyDownRef>>;
export default SlashCommandList;