UNPKG

@blocknote/mantine

Version:

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

8 lines (7 loc) 275 B
export declare const PanelFileInput: import("react").ForwardRefExoticComponent<{ className?: string; accept: string; value: File | null; placeholder: string; onChange: (payload: File | null) => void; } & import("react").RefAttributes<HTMLButtonElement>>;