UNPKG

@blocknote/mantine

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

8 lines (7 loc) 344 B
export declare const PanelTextInput: import("react").ForwardRefExoticComponent<{ className?: string; value: string; placeholder: string; onChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void; onKeyDown: (event: import("react").KeyboardEvent) => void; } & import("react").RefAttributes<HTMLInputElement>>;