UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

5 lines (4 loc) 175 B
/** @module cursor */ export { cursorPosition } from './position.js'; export { customCursor } from './custom.js'; export type { Cursor, CursorPosition } from './position.js';