UNPKG

@grafana/ui

Version:
6 lines (5 loc) 182 B
import * as React from 'react'; import { Plugin } from 'slate-react'; export declare function RunnerPlugin({ handler }: { handler?: (e: React.KeyboardEvent) => void; }): Plugin;