UNPKG

prism-react-editor

Version:

Lightweight, extensible code editor component for React apps

4 lines (3 loc) 170 B
import { PrismEditor } from '../types'; /** Hook that allows the user to scroll past the last line. */ export declare const useOverscroll: (editor: PrismEditor) => void;