| 1 | import { Plugin } from "../types/options"; |
| 2 | |
| 3 | export interface Config { |
| 4 | input?: string | HTMLInputElement; |
| 5 | position?: "left"; |
| 6 | } |
| 7 | |
| 8 | declare global { |
| 9 | interface Window { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…