UNPKG

web-highlighter

Version:

✨A no-runtime dependency lib for text highlighting & persistence on any website ✨🖍️

7 lines (6 loc) 164 B
/** * adapter for mobile and desktop events */ import type { IInteraction } from '../types'; declare const _default: () => IInteraction; export default _default;