UNPKG

@uva-glass/component-library

Version:

React components UvA

12 lines (11 loc) 278 B
import { JSX } from 'react'; export type Position = { xPos: number; yPos: number; height: number; }; interface ToolBarProps { editorScrollPosition: number; } export declare const ToolBarPlugin: ({ editorScrollPosition }: ToolBarProps) => JSX.Element; export {};