UNPKG

reactjs-tiptap-editor

Version:

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

8 lines (7 loc) 292 B
import { CommandList } from './types'; export declare function renderCommandListDefault({ t }: any): CommandList[]; export declare function useFilterCommandList(commandList: CommandList[], query: string): { commands: import('./types').Command[]; name: string; title: string; }[];