UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

5 lines (4 loc) 199 B
import { Controller } from "@hotwired/stimulus"; export declare function useTextSelection(controller: Controller, handler: (selectedString: Selection | null) => void): { teardown: () => void; };