UNPKG

@blocknote/shadcn

Version:

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

9 lines (8 loc) 397 B
/// <reference types="react" /> export declare const PanelTextInput: import("react").ForwardRefExoticComponent<{ className?: string | undefined; value: string; placeholder: string; onChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void; onKeyDown: (event: import("react").KeyboardEvent<Element>) => void; } & import("react").RefAttributes<HTMLInputElement>>;