UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

4 lines (3 loc) 207 B
type PositionType = '' | 'before' | 'after'; declare const useMousePosition: (element: HTMLDivElement | null, horizontal?: boolean, shownPositionRange?: number) => PositionType; export { useMousePosition };